Click or drag to resize

PdfIndirectObjectIdentifierEquals(Object) Method

Determines whether the specified Object is equal to this PdfIndirectObjectIdentifier instance.

Namespace: SautinSoft.Pdf.Objects
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2025.11.10
Syntax
public override bool Equals(
	Object obj
)

Parameters

obj  Object
The Object to compare with this PdfIndirectObjectIdentifier instance.

Return Value

Boolean
true if the specified Object is equal to this PdfIndirectObjectIdentifier instance; otherwise, false.
See Also