Click or drag to resize

PdfLanguageEquality Operator

Determines whether first and second PdfLanguages are equal.

Namespace: SautinSoft.Pdf
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2024.8.8
Syntax
public static bool operator ==(
	PdfLanguage first,
	PdfLanguage second
)

Parameters

first  PdfLanguage
The first language.
second  PdfLanguage
The second language.

Return Value

Boolean
if first and second languages are equal; otherwise, .
See Also