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

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

    Parameters

    left
    right
    See Also