eDriven Framework API
Equals Method (other)
NamespaceseDriven.Gui.GeomConstraintMetricsEquals(ConstraintMetrics)
eDriven Framework API
Indicates whether the current object is equal to another object of the same type.
Declaration Syntax
C#Visual BasicVisual C++
public bool Equals(
	ConstraintMetrics other
)
Public Function Equals ( _
	other As ConstraintMetrics _
) As Boolean
public:
bool Equals(
	ConstraintMetrics^ other
)
Parameters
other (ConstraintMetrics)
An object to compare with this object.
Return Value
true if the current object is equal to the other parameter; otherwise, false.

Assembly: eDriven.Gui (Module: eDriven.Gui) Version: 2.0.1.0 (2.0.1.0)