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

In This Topic
    Equality Operator (ExifShort)
    In This Topic
    Compares two ExifShort objects for equality.
    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