Search
Vector.equals Method
See Also
 






Determines if the specified Vector is equal to this one.

Namespace: com.mindfusion.charting
File: com.mindfusion.charting

 Syntax

Java  Copy Code

public boolean equals (
    Vector value
)

 Parameters

value

The Vector to compare with this one.

 Return Value

true if the Vector-s are equal; otherwise false.

 See Also