PdfRectangleEquals(Object) Method |
Determines whether the specified
Object is equal to this
PdfRectangle instance.
Namespace: SautinSoft.PdfAssembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2024.11.26
Syntax public override bool Equals(
Object obj
)
Public Overrides Function Equals (
obj As Object
) As Boolean
Parameters
- obj Object
- The Object to compare with this PdfRectangle instance.
Return Value
Boolean if the specified
Object is equal to this
PdfRectangle instance; otherwise,
.
See Also