Determines whether the given point is the same.
Namespace:
Meta.Numerics
Assembly:
Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntaxpublic 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.Numerics.XY
The point to compare.
Return Value
Type:
Booleantrue if
point refers to the same point, otherwise
false.
Implements
IEquatable<T>.Equals(T)
See Also