Click or drag to resize

XY.Equals Method (XY)

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
)

Parameters

point
Type: Meta.Numerics.XY
The point to compare.

Return Value

Type: Boolean
true if point refers to the same point, otherwise false.

Implements

IEquatable<T>.Equals(T)
See Also