Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Imaging.Exif Namespace / ExifRational Class / Equals Method / Equals(ExifRational) Method

In This Topic
    Equals(ExifRational) Method
    In This Topic
    Determines if the specified ExifRational is equal to the current one.
    Syntax
    'Declaration
     
    Public Overloads Function Equals( _
       ByVal other As ExifRational _
    ) As System.Boolean
    public System.bool Equals( 
       ExifRational other
    )

    Parameters

    other
    See Also