Search
Length.op_Inequality Method
See Also
 






Compares two Length objects to determine if they are not equal.

Namespace: com.mindfusion.charting.components.gauges
File: com.mindfusion.charting.components.gauges

 Syntax

Java  Copy Code

public static boolean op_Inequality (
    Length l1,
    Length l2
)

 Parameters

l1

The first instance of Length to compare.

l2

The second instance of Length to compare.

 Return Value

true if the two instances of Length do not have the same value and LengthType; otherwise, false.

 See Also