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

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

    Parameters

    other
    See Also