Click or drag to resize

PdfPointEquals(PdfPoint) Method

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

Namespace: SautinSoft.Pdf.Content
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2026.5.19
Syntax
public bool Equals(
	PdfPoint other
)

Parameters

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

Return Value

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

Implements

IEquatableTEquals(T)
See Also