Determines whether the specified measure unit is equal to the current measure unit.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public new bool Equals ( |
Visual Basic
Copy Code
|
|---|
Public Shadows Function Equals( _ |
The object to compare to this measure unit.
true if the specified measure unit is equal to this object; otherwise, false.
See Also