Document Solutions for PDF
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Imaging.Exif Namespace / ExifDouble Class / Inequality Operator

In This Topic
    Inequality Operator (ExifDouble)
    In This Topic
    Compares two ExifDouble objects for inequality.
    Syntax
    'Declaration
     
    Public Operator <>( _
       ByVal left As ExifDouble, _
       ByVal right As ExifDouble _
    ) As System.Boolean
    public System.bool operator !=( 
       ExifDouble left,
       ExifDouble right
    )

    Parameters

    left
    right
    See Also