Click or drag to resize

PdfLanguageEquals(Object) Method

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

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

Parameters

obj  Object
The Object to compare with this language instance.

Return Value

Boolean
if the specified Object is a PdfLanguage and is equal to this PdfLanguage instance; otherwise, .
See Also