GoXam for WPF v3
Equals(Spot) Method
Northwoods.GoXam Namespace > Spot Structure > Equals Method : Equals(Spot) Method
a Spot
Two spots are equal if all four property values are the same (X, Y, OffsetX, OffsetY).
Syntax
public bool Equals( 
   Spot value
)

Parameters

value
a Spot

Return Value

true if the two spots are equal
Remarks
If one spot's X or Y is NaN, the other spot's corresponding property must also be NaN.
See Also

Reference

Spot Structure
Spot Members
Overload List