Determines whether the specified measure is equal to the current measure.
Namespace: com.mindfusion.spreadsheet
Package: com.mindfusion.spreadsheet
SyntaxJava
Copy Code
|
|---|
public boolean isEqualTo ( |
The object to compare to this measure.
true if the specified measure is equal to this object; otherwise, false.
See Also