Determines whether the given point is the same.
Namespace:
Meta.Numerics
Assembly:
Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax public bool Equals(
XY point
)
Public Function Equals (
point As XY
) As Boolean
public:
virtual bool Equals(
XY point
) sealed
abstract Equals :
point : XY -> bool
override Equals :
point : XY -> bool
Parameters
- point
- Type: Meta.NumericsXY
The point to compare.
Return Value
Type:
Boolean if
point refers to the same point, otherwise
.
Implements
IEquatableTEquals(T)See Also