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

In This Topic
    Inequality Operator (PdfLang)
    In This Topic
    Unequality 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