Click or drag to resize

PdfIndirectObjectIdentifierInequality Operator

Determines whether first and second PdfIndirectObjectIdentifiers are not equal.

Namespace: SautinSoft.Pdf.Objects
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2025.11.10
Syntax
public static bool operator !=(
	PdfIndirectObjectIdentifier first,
	PdfIndirectObjectIdentifier second
)

Parameters

first  PdfIndirectObjectIdentifier
The first indirect PDF object identifier.
second  PdfIndirectObjectIdentifier
The second indirect PDF object identifier.

Return Value

Boolean
if first and second indirect PDF object identifiers are not equal; otherwise, .
See Also