Search
Measure.isEqualTo Method
See Also
 






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

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

 Syntax

Java  Copy Code

public boolean isEqualTo (
    Measure other
)

 Parameters

other

The object to compare to this measure.

 Return Value

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

 See Also