Click or drag to resize

PdfNameEquals(PdfName) Method

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

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

Parameters

other  PdfName
The PdfName to compare with this PdfName instance.

Return Value

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

Implements

IEquatableTEquals(T)
See Also