Editor for WinForms | ComponentOne
C1.Win.C1Editor.4.5.2 Assembly / C1.Win.C1Editor Namespace / C1TextPointer Class / Equals Method / Equals(Object) Method
An object to which to compare the current C1TextPointer object.

In This Topic
    Equals(Object) Method
    In This Topic
    Overrides System.Object.Equals(System.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
    An object to which to compare the current C1TextPointer object.

    Return Value

    True if the objects are equal; otherwise, False.
    See Also