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

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

    Parameters

    other
    See Also