Search
Measure.equals Method
See Also
 






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

 Syntax

Java  Copy Code

public boolean equals (
    Object obj
)

 Parameters

obj

The object to compare to this measure.

 Return Value

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

 See Also