Search
MeasureUnit.Equals Method (MeasureUnit)
See Also
 





Determines whether the specified measure unit is equal to the current measure unit.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public new bool Equals (
    MeasureUnit unit
)

Visual Basic  Copy Code

Public Shadows Function Equals( _
    unit As MeasureUnit _
) As Boolean

 Parameters

unit

The object to compare to this measure unit.

 Return Value

true if the specified measure unit is equal to this object; otherwise, false.

 See Also