Click or drag to resize

XYEquals 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.NumericsXY
The point to compare.

Return Value

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

Implements

IEquatableTEquals(T)
See Also