Compares two MeasureUnit objects for equality.
Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming
SyntaxJava
Copy Code
|
|---|
public static boolean op_Equality ( |
The first MeasureUnit to compare.
The second MeasureUnit to compare.
{@code true} if the specified arguments are equal; otherwise, {@code false}.
See Also