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

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

    Parameters

    other
    See Also