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