Search
MeasureUnit.Equals Method (Object)
See Also
 





Object.Equals override.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public override bool Equals (
    Object obj
)

Visual Basic  Copy Code

Public Overrides Function Equals( _
    obj As Object _
) As Boolean

 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