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

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

    Parameters

    other
    See Also