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

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

    Parameters

    other
    See Also