PdfRectangleEquals(PdfRectangle) Method |
Namespace: SautinSoft.PdfAssembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2024.11.26
Syntax public bool Equals(
PdfRectangle other
)
Public Function Equals (
other As PdfRectangle
) As Boolean
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