Determines whether the specified
Object is equal to this
PdfBoolean instance.
Namespace: SautinSoft.Pdf.ObjectsAssembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2025.10.22
Syntaxpublic override bool Equals(
Object obj
)
Public Overrides Function Equals (
obj As Object
) As Boolean
Parameters
- obj Object
- The Object to compare with this PdfBoolean instance.
Return Value
Booleantrue if the specified
Object is equal to this
PdfBoolean instance; otherwise, false.
See Also