Indicates whether the current object is equal to another object of the same type.

C# | Visual Basic | Visual C++ |
public bool Equals( ConstraintMetrics other )
Public Function Equals ( _ other As ConstraintMetrics _ ) As Boolean
public: bool Equals( ConstraintMetrics^ other )

- other (ConstraintMetrics)
- An object to compare with this object.

true if the current object is equal to the other parameter; otherwise, false.