Search
Length.equals Method
See Also
 






Object.equals override. Compares an object to an instance of Length for equality.

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

 Syntax

Java  Copy Code

public boolean equals (
    Object obj
)

 Parameters

obj

The object to compare.

 Return Value

true if the lengths are equal; otherwise, false.

 See Also