GoXam for WPF v3
Equals(Spot,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,Spot) Method
Two spots are equal if all four property values are the same (
X
,
Y
,
OffsetX
,
OffsetY
).
Syntax
C#
public
static
bool
Equals(
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
Overload List