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

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

    Parameters

    other
    See Also