Search
Vector.notEquals Method
See Also
 






Checks if the two specified Vector-s are different.

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

 Syntax

Java  Copy Code

public static boolean notEquals (
    Vector vector1,
    Vector vector2
)

 Parameters

vector1

The first Vector to check.

vector2

The second Vector to check.

 Return Value

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

 See Also