Determines if the specified Vector is equal to this one.
Namespace: com.mindfusion.charting
File: com.mindfusion.charting
SyntaxJava
Copy Code
|
|---|
public boolean equals ( |
The Vector to compare with this one.
true if the Vector-s are equal; otherwise false.
See Also