Search
MeasureUnit.isEqualTo Method
See Also
 






Determines whether the specified measure unit is equal to the current measure unit.

Namespace: com.mindfusion.spreadsheet
Package: com.mindfusion.spreadsheet

 Syntax

Java  Copy Code

public boolean isEqualTo (
    MeasureUnit unit
)

 Parameters

unit

The object to compare to this measure unit.

 Return Value

true if the specified measure unit is equal to this object; otherwise, false.

 See Also