Click or drag to resize

PdfRectangleEquals(PdfRectangle) Method

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

Namespace: SautinSoft.Pdf
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2024.8.8
Syntax
public bool Equals(
	PdfRectangle other
)

Parameters

other  PdfRectangle
The other rectangle to compare with this rectangle instance.

Return Value

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

Implements

IEquatableTEquals(T)
See Also