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

In This Topic
    Equals(C1TextPointer) Method
    In This Topic
    Compares two C1TextPointer objects for equality.
    Syntax
    'Declaration
     
    Public Overloads Function Equals( _
       ByVal markupPointer As C1TextPointer _
    ) As System.Boolean
    public System.bool Equals( 
       C1TextPointer markupPointer
    )

    Parameters

    markupPointer
    A C1TextPointer object to which to compare the current C1TextPointer object.

    Return Value

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