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

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

    Parameters

    left
    right
    See Also