Click or drag to resize

PointEquals(Point) Method

Determines whether the other Point is equal to this Point instance.

Namespace: SautinSoft.Document.Drawing
Assembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2024.4.24
Syntax
public bool Equals(
	Point other
)

Parameters

other  Point
The other point to compare with this point instance.

Return Value

Boolean
if the other Point is equal to this Point instance; otherwise, .

Implements

IEquatableTEquals(T)
See Also