Search
MeasureUnit.equals Method
See Also
 

Object.equals override.

Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming

 Syntax

Java  Copy Code

public boolean equals (
    Object obj
)

 Parameters

obj

The object to compare with the current unit.

 Return Value

true if the specified object is the same as or is equal to the current unit; otherwise, false.

 See Also