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