[]
Compares two C1TextPointer objects for equality.
public bool Equals(C1TextPointer markupPointer)
| Type | Name | Description |
|---|---|---|
| C1TextPointer | markupPointer | A C1TextPointer object to which to compare the current C1TextPointer object. |
| Type | Description |
|---|---|
| bool | True if the objects are equal; otherwise, False. |
Overrides Equals(object)
public override bool Equals(object obj)
| Type | Name | Description |
|---|---|---|
| object | obj | An object to which to compare the current C1TextPointer object. |
| Type | Description |
|---|---|
| bool | True if the objects are equal; otherwise, False. |