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