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

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

    Parameters

    left
    right
    See Also