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