Click or drag to resize

PdfLanguageEquals(PdfLanguage) Method

Determines whether the other PdfLanguage is equal to this PdfLanguage instance.

Namespace: SautinSoft.Pdf
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2024.8.8
Syntax
public bool Equals(
	PdfLanguage other
)

Parameters

other  PdfLanguage
The other language to compare with this language instance.

Return Value

Boolean
if the other PdfLanguage is equal to this PdfLanguage instance; otherwise, .

Implements

IEquatableTEquals(T)
See Also