GoXam for WPF v3
Equals(Spot) Method
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: C#
C#
View with Navigation Tools
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
C#
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