Documents for PDF .NET Edition
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / PdfLang Class / Equals Method / Equals(PdfLang) Method
The PdfLang value to compare to.

In This Topic
    Equals(PdfLang) Method
    In This Topic
    Checks whether this PdfLang is equal to another PdfLang.
    Syntax
    'Declaration
     
    Public Overloads Function Equals( _
       ByVal other As PdfLang _
    ) As System.Boolean
    public System.bool Equals( 
       PdfLang other
    )

    Parameters

    other
    The PdfLang value to compare to.

    Return Value

    True if values are equal, false otherwise.
    See Also