Click or drag to resize

PdfIndirectObjectIdentifierEquals(PdfIndirectObjectIdentifier) Method

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

Namespace: SautinSoft.Pdf.Objects
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2025.11.10
Syntax
public bool Equals(
	PdfIndirectObjectIdentifier other
)

Parameters

other  PdfIndirectObjectIdentifier
The PdfIndirectObjectIdentifier to compare with this PdfIndirectObjectIdentifier instance.

Return Value

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

Implements

IEquatableTEquals(T)
See Also