[]
        
(Showing Draft Content)

C1.Win.C1Editor.C1TextPointer.Equals

Equals Method

Equals(C1TextPointer)

Compares two C1TextPointer objects for equality.

Declaration
public bool Equals(C1TextPointer markupPointer)
Parameters
Type Name Description
C1TextPointer markupPointer

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

Returns
Type Description
bool

True if the objects are equal; otherwise, False.

Implements

Equals(object)

Overrides Equals(object)

Declaration
public override bool Equals(object obj)
Parameters
Type Name Description
object obj

An object to which to compare the current C1TextPointer object.

Returns
Type Description
bool

True if the objects are equal; otherwise, False.

Overrides