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

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

    Parameters

    other
    See Also