GoXam for WPF v3
Equality Operator
Northwoods.GoXam Namespace > Spot Structure : Equality Operator
Two spots are equal if all four property values are the same (X, Y, OffsetX, OffsetY).
Syntax
public bool operator ==( 
   Spot spot1,
   Spot spot2
)

Parameters

spot1
spot2

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
Inequality Operator
Equals(Spot,Spot) Method