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

In This Topic
    Equality Operator (ExifSShort)
    In This Topic
    Compares two ExifSShort objects for equality.
    Syntax
    'Declaration
     
    Public Operator =( _
       ByVal left As ExifSShort, _
       ByVal right As ExifSShort _
    ) As System.Boolean
    public System.bool operator ==( 
       ExifSShort left,
       ExifSShort right
    )

    Parameters

    left
    right
    See Also