MeasurePointEquals Method (MeasurePoint) |
Indicates whether the current object is equal to another object of the same type.
Namespace:
Hummingbird.TestFramework.Automation
Assembly:
Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax public bool Equals(
MeasurePoint other
)
Public Function Equals (
other As MeasurePoint
) As Boolean
public:
virtual bool Equals(
MeasurePoint^ other
) sealed
abstract Equals :
other : MeasurePoint -> bool
override Equals :
other : MeasurePoint -> bool
Parameters
- other
- Type: Hummingbird.TestFramework.AutomationMeasurePoint
An object to compare with this object.
Return Value
Type:
Boolean
true if the current object is equal to the
other parameter; otherwise, false.
Implements
IEquatableTEquals(T)See Also