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

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

    Parameters

    other
    See Also