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

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

    Parameters

    other
    See Also