PdfLanguageEquals(PdfLanguage) Method |
Namespace: SautinSoft.PdfAssembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2025.3.13
Syntaxpublic bool Equals(
PdfLanguage other
)
Public Function Equals (
other As PdfLanguage
) As Boolean
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