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

Parameters

obj
any Object

Return Value

true if the other object is a Spot and they 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