Search
Length.op_Equality Method
See Also
 






Compares two Length objects for equality.

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

 Syntax

Java  Copy Code

public static boolean op_Equality (
    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 have the same value and LengthType; otherwise, false.

 See Also