Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Operators Namespace / PdfOperatorPosition Structure / Equals Method / Equals(Object) Method
The object to compare with the current object.

In This Topic
    Equals(Object) Method
    In This Topic
    Determines whether the specified object is equal to the current object.
    Syntax
    'Declaration
     
    Public Overloads Overrides Function Equals( _
       ByVal obj As System.Object _
    ) As System.Boolean
    public override System.bool Equals( 
       System.object obj
    )

    Parameters

    obj
    The object to compare with the current object.

    Return Value

    true if the specified object is equal to the current object; otherwise, false.
    See Also