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

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

    Parameters

    left
    right
    See Also