# GrapeCity.Documents.Word.MatchDetails

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Word_MatchDetails" data-uid="GrapeCity.Documents.Word.MatchDetails" class="text-break">MatchDetails Class
</h1>
  <div class="markdown level0 summary"><p>Represents the details of a match.</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">MatchDetails</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="GrapeCity.Documents.Word.MatchDetails.html">MatchDetails</a>&gt;</div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Documents.Word.html">GrapeCity.Documents.Word</a></h6>
  <h6><strong>Assembly</strong>: DS.Documents.Word.dll</h6>
  <h5 id="GrapeCity_Documents_Word_MatchDetails_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public sealed class MatchDetails : IEquatable&lt;MatchDetails&gt;</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public NotInheritable Class MatchDetails
    Implements IEquatable(Of MatchDetails)</code></pre>
  </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="GrapeCity_Documents_Word_MatchDetails_Capture" data-uid="GrapeCity.Documents.Word.MatchDetails.Capture">
          <a class="xref" href="GrapeCity.Documents.Word.MatchDetails.Capture.html#GrapeCity_Documents_Word_MatchDetails_Capture">Capture</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the found <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.text.regularexpressions.capture">Capture</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_MatchDetails_Group" data-uid="GrapeCity.Documents.Word.MatchDetails.Group">
          <a class="xref" href="GrapeCity.Documents.Word.MatchDetails.Group.html#GrapeCity_Documents_Word_MatchDetails_Group">Group</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the found <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.text.regularexpressions.group">Group</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_MatchDetails_Match" data-uid="GrapeCity.Documents.Word.MatchDetails.Match">
          <a class="xref" href="GrapeCity.Documents.Word.MatchDetails.Match.html#GrapeCity_Documents_Word_MatchDetails_Match">Match</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.text.regularexpressions.match">Match</a> object that contains all groups and captures.</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="GrapeCity_Documents_Word_MatchDetails_Equals_GrapeCity_Documents_Word_MatchDetails_" data-uid="GrapeCity.Documents.Word.MatchDetails.Equals(GrapeCity.Documents.Word.MatchDetails)">
          <a class="xref" href="GrapeCity.Documents.Word.MatchDetails.Equals.html#GrapeCity_Documents_Word_MatchDetails_Equals_GrapeCity_Documents_Word_MatchDetails_">Equals(MatchDetails)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_MatchDetails_Equals_System_Object_" data-uid="GrapeCity.Documents.Word.MatchDetails.Equals(System.Object)">
          <a class="xref" href="GrapeCity.Documents.Word.MatchDetails.Equals.html#GrapeCity_Documents_Word_MatchDetails_Equals_System_Object_">Equals(object)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_MatchDetails_GetHashCode" data-uid="GrapeCity.Documents.Word.MatchDetails.GetHashCode">
          <a class="xref" href="GrapeCity.Documents.Word.MatchDetails.GetHashCode.html#GrapeCity_Documents_Word_MatchDetails_GetHashCode">GetHashCode()</a>
        </td>
        <td class="markdown level1 summary"></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="GrapeCity_Documents_Word_MatchDetails_op_Equality_GrapeCity_Documents_Word_MatchDetails_GrapeCity_Documents_Word_MatchDetails_" data-uid="GrapeCity.Documents.Word.MatchDetails.op_Equality(GrapeCity.Documents.Word.MatchDetails,GrapeCity.Documents.Word.MatchDetails)">
          <a class="xref" href="GrapeCity.Documents.Word.MatchDetails.op_Equality.html#GrapeCity_Documents_Word_MatchDetails_op_Equality_GrapeCity_Documents_Word_MatchDetails_GrapeCity_Documents_Word_MatchDetails_">operator ==(MatchDetails, MatchDetails)</a>
        </td>
        <td class="markdown level1 summary"><p>Tests whether two specified <a class="xref" href="GrapeCity.Documents.Word.MatchDetails.html">MatchDetails</a> objects are equivalent.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_MatchDetails_op_Inequality_GrapeCity_Documents_Word_MatchDetails_GrapeCity_Documents_Word_MatchDetails_" data-uid="GrapeCity.Documents.Word.MatchDetails.op_Inequality(GrapeCity.Documents.Word.MatchDetails,GrapeCity.Documents.Word.MatchDetails)">
          <a class="xref" href="GrapeCity.Documents.Word.MatchDetails.op_Inequality.html#GrapeCity_Documents_Word_MatchDetails_op_Inequality_GrapeCity_Documents_Word_MatchDetails_GrapeCity_Documents_Word_MatchDetails_">operator !=(MatchDetails, MatchDetails)</a>
        </td>
        <td class="markdown level1 summary"><p>Tests whether two specified <a class="xref" href="GrapeCity.Documents.Word.MatchDetails.html">MatchDetails</a> objects are equivalent.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="seealso">See Also</h3>
  <div class="seealso">
      <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.text.regularexpressions.match">Match</a></div>
      <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.text.regularexpressions.group">Group</a></div>
      <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.text.regularexpressions.capture">Capture</a></div>
  </div>

</div>
