Click or drag to resize

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
)

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