# C1.Win.C1Editor.C1TextPointer

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_C1Editor_C1TextPointer" data-uid="C1.Win.C1Editor.C1TextPointer" class="text-break">C1TextPointer Class
</h1>
  <div class="markdown level0 summary"><p>This class represents a text position within the XmlDocument.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><span class="xref">C1TextPointer</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.iequatable-1">IEquatable</a>&lt;<a class="xref" href="C1.Win.C1Editor.C1TextPointer.html">C1TextPointer</a>&gt;</div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.C1Editor.html">C1.Win.C1Editor</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.C1Editor.4.8.dll</h6>
  <h5 id="C1_Win_C1Editor_C1TextPointer_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public sealed class C1TextPointer : IEquatable&lt;C1TextPointer&gt;</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public NotInheritable Class C1TextPointer
    Implements IEquatable(Of C1TextPointer)</code></pre>
  </div>
  <h5 id="C1_Win_C1Editor_C1TextPointer_remarks"><strong>Remarks</strong></h5>
  <div class="markdown level0 remarks"><p>Allows the text contents of the document to be programmatically manipulated from your program.</p>
</div>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Win_C1Editor_C1TextPointer_LeftNode" data-uid="C1.Win.C1Editor.C1TextPointer.LeftNode">
          <a class="xref" href="C1.Win.C1Editor.C1TextPointer.LeftNode.html#C1_Win_C1Editor_C1TextPointer_LeftNode">LeftNode</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the next node to the left.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Editor_C1TextPointer_Node" data-uid="C1.Win.C1Editor.C1TextPointer.Node">
          <a class="xref" href="C1.Win.C1Editor.C1TextPointer.Node.html#C1_Win_C1Editor_C1TextPointer_Node">Node</a>
        </td>
        <td class="markdown level1 summary"><p>XmlNode which contains the text pointer.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Editor_C1TextPointer_Offset" data-uid="C1.Win.C1Editor.C1TextPointer.Offset">
          <a class="xref" href="C1.Win.C1Editor.C1TextPointer.Offset.html#C1_Win_C1Editor_C1TextPointer_Offset">Offset</a>
        </td>
        <td class="markdown level1 summary"><p>Returns offset (as number of characters) of the text pointer, in relation to the <a class="xref" href="C1.Win.C1Editor.C1TextPointer.LeftNode.html#C1_Win_C1Editor_C1TextPointer_LeftNode">LeftNode</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Editor_C1TextPointer_RightNode" data-uid="C1.Win.C1Editor.C1TextPointer.RightNode">
          <a class="xref" href="C1.Win.C1Editor.C1TextPointer.RightNode.html#C1_Win_C1Editor_C1TextPointer_RightNode">RightNode</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the next node to the right.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="methods">Methods
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Win_C1Editor_C1TextPointer_Equals_C1_Win_C1Editor_C1TextPointer_" data-uid="C1.Win.C1Editor.C1TextPointer.Equals(C1.Win.C1Editor.C1TextPointer)">
          <a class="xref" href="C1.Win.C1Editor.C1TextPointer.Equals.html#C1_Win_C1Editor_C1TextPointer_Equals_C1_Win_C1Editor_C1TextPointer_">Equals(C1TextPointer)</a>
        </td>
        <td class="markdown level1 summary"><p>Compares two <a class="xref" href="C1.Win.C1Editor.C1TextPointer.html">C1TextPointer</a> objects for equality.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Editor_C1TextPointer_Equals_System_Object_" data-uid="C1.Win.C1Editor.C1TextPointer.Equals(System.Object)">
          <a class="xref" href="C1.Win.C1Editor.C1TextPointer.Equals.html#C1_Win_C1Editor_C1TextPointer_Equals_System_Object_">Equals(object)</a>
        </td>
        <td class="markdown level1 summary"><p>Overrides <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)">Equals(object)</a></p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Editor_C1TextPointer_GetHashCode" data-uid="C1.Win.C1Editor.C1TextPointer.GetHashCode">
          <a class="xref" href="C1.Win.C1Editor.C1TextPointer.GetHashCode.html#C1_Win_C1Editor_C1TextPointer_GetHashCode">GetHashCode()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the hash code for this instance.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Editor_C1TextPointer_Move_C1_Win_C1Editor_MoveUnit_System_Int32_" data-uid="C1.Win.C1Editor.C1TextPointer.Move(C1.Win.C1Editor.MoveUnit,System.Int32)">
          <a class="xref" href="C1.Win.C1Editor.C1TextPointer.Move.html#C1_Win_C1Editor_C1TextPointer_Move_C1_Win_C1Editor_MoveUnit_System_Int32_">Move(MoveUnit, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Moves this <a class="xref" href="C1.Win.C1Editor.C1TextPointer.html">C1TextPointer</a> object by 'count' number of units.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Editor_C1TextPointer_MoveTo_C1_Win_C1Editor_C1TextPointer_" data-uid="C1.Win.C1Editor.C1TextPointer.MoveTo(C1.Win.C1Editor.C1TextPointer)">
          <a class="xref" href="C1.Win.C1Editor.C1TextPointer.MoveTo.html#C1_Win_C1Editor_C1TextPointer_MoveTo_C1_Win_C1Editor_C1TextPointer_">MoveTo(C1TextPointer)</a>
        </td>
        <td class="markdown level1 summary"><p>Moves this <a class="xref" href="C1.Win.C1Editor.C1TextPointer.html">C1TextPointer</a> object to another pointer's location.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="operators">Operators
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Win_C1Editor_C1TextPointer_op_Equality_C1_Win_C1Editor_C1TextPointer_C1_Win_C1Editor_C1TextPointer_" data-uid="C1.Win.C1Editor.C1TextPointer.op_Equality(C1.Win.C1Editor.C1TextPointer,C1.Win.C1Editor.C1TextPointer)">
          <a class="xref" href="C1.Win.C1Editor.C1TextPointer.op_Equality.html#C1_Win_C1Editor_C1TextPointer_op_Equality_C1_Win_C1Editor_C1TextPointer_C1_Win_C1Editor_C1TextPointer_">operator ==(C1TextPointer, C1TextPointer)</a>
        </td>
        <td class="markdown level1 summary"><p>The equality operator (==) compares two <a class="xref" href="C1.Win.C1Editor.C1TextPointer.html">C1TextPointer</a> operands and returns True if the  <a class="xref" href="C1.Win.C1Editor.C1TextPointer.html">C1TextPointer</a> operands are equal; otherwise, it returns False.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Editor_C1TextPointer_op_GreaterThan_C1_Win_C1Editor_C1TextPointer_C1_Win_C1Editor_C1TextPointer_" data-uid="C1.Win.C1Editor.C1TextPointer.op_GreaterThan(C1.Win.C1Editor.C1TextPointer,C1.Win.C1Editor.C1TextPointer)">
          <a class="xref" href="C1.Win.C1Editor.C1TextPointer.op_GreaterThan.html#C1_Win_C1Editor_C1TextPointer_op_GreaterThan_C1_Win_C1Editor_C1TextPointer_C1_Win_C1Editor_C1TextPointer_">operator &gt;(C1TextPointer, C1TextPointer)</a>
        </td>
        <td class="markdown level1 summary"><p>Checks to see whether this text pointer's position is to the right of another text pointer's position.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Editor_C1TextPointer_op_GreaterThanOrEqual_C1_Win_C1Editor_C1TextPointer_C1_Win_C1Editor_C1TextPointer_" data-uid="C1.Win.C1Editor.C1TextPointer.op_GreaterThanOrEqual(C1.Win.C1Editor.C1TextPointer,C1.Win.C1Editor.C1TextPointer)">
          <a class="xref" href="C1.Win.C1Editor.C1TextPointer.op_GreaterThanOrEqual.html#C1_Win_C1Editor_C1TextPointer_op_GreaterThanOrEqual_C1_Win_C1Editor_C1TextPointer_C1_Win_C1Editor_C1TextPointer_">operator &gt;=(C1TextPointer, C1TextPointer)</a>
        </td>
        <td class="markdown level1 summary"><p>Checks to see whether this text pointer's position  is to the right of or is equal to another text pointer's position.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Editor_C1TextPointer_op_Inequality_C1_Win_C1Editor_C1TextPointer_C1_Win_C1Editor_C1TextPointer_" data-uid="C1.Win.C1Editor.C1TextPointer.op_Inequality(C1.Win.C1Editor.C1TextPointer,C1.Win.C1Editor.C1TextPointer)">
          <a class="xref" href="C1.Win.C1Editor.C1TextPointer.op_Inequality.html#C1_Win_C1Editor_C1TextPointer_op_Inequality_C1_Win_C1Editor_C1TextPointer_C1_Win_C1Editor_C1TextPointer_">operator !=(C1TextPointer, C1TextPointer)</a>
        </td>
        <td class="markdown level1 summary"><p>The inequality operator (!=) returns False if its operands of <a class="xref" href="C1.Win.C1Editor.C1TextPointer.html">C1TextPointer</a> type are equal; otherwise, it returns True.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Editor_C1TextPointer_op_LessThan_C1_Win_C1Editor_C1TextPointer_C1_Win_C1Editor_C1TextPointer_" data-uid="C1.Win.C1Editor.C1TextPointer.op_LessThan(C1.Win.C1Editor.C1TextPointer,C1.Win.C1Editor.C1TextPointer)">
          <a class="xref" href="C1.Win.C1Editor.C1TextPointer.op_LessThan.html#C1_Win_C1Editor_C1TextPointer_op_LessThan_C1_Win_C1Editor_C1TextPointer_C1_Win_C1Editor_C1TextPointer_">operator &lt;(C1TextPointer, C1TextPointer)</a>
        </td>
        <td class="markdown level1 summary"><p>Checks to see whether this text pointer's position is to the left of another text pointer's position.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Editor_C1TextPointer_op_LessThanOrEqual_C1_Win_C1Editor_C1TextPointer_C1_Win_C1Editor_C1TextPointer_" data-uid="C1.Win.C1Editor.C1TextPointer.op_LessThanOrEqual(C1.Win.C1Editor.C1TextPointer,C1.Win.C1Editor.C1TextPointer)">
          <a class="xref" href="C1.Win.C1Editor.C1TextPointer.op_LessThanOrEqual.html#C1_Win_C1Editor_C1TextPointer_op_LessThanOrEqual_C1_Win_C1Editor_C1TextPointer_C1_Win_C1Editor_C1TextPointer_">operator &lt;=(C1TextPointer, C1TextPointer)</a>
        </td>
        <td class="markdown level1 summary"><p>Checks to see whether this text pointer's position  is to the left of or is equal to another text pointer's position.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
