Documents for PDF .NET Edition
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / PdfLang Class / Equality Operator

In This Topic
    Equality Operator (PdfLang)
    In This Topic
    Equality operator.
    Syntax
    'Declaration
     
    Public Operator =( _
       ByVal v1 As PdfLang, _
       ByVal v2 As PdfLang _
    ) As System.Boolean
    public System.bool operator ==( 
       PdfLang v1,
       PdfLang v2
    )

    Parameters

    v1
    v2
    See Also