# C1.Maui.Core.Range-1

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Maui_Core_Range_1" data-uid="C1.Maui.Core.Range`1" class="text-break">Range&lt;T&gt; Class
</h1>
  <div class="markdown level0 summary"><p>Represents a range of items.</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">Range&lt;T&gt;</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.icomparable-1">IComparable</a>&lt;<a class="xref" href="C1.Maui.Core.Range-1.html">Range</a>&lt;T&gt;&gt;</div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.icomparable-1">IComparable</a>&lt;T&gt;</div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.icomparable">IComparable</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Maui.Core.html">C1.Maui.Core</a></h6>
  <h6><strong>Assembly</strong>: C1.Maui.Core.dll</h6>
  <h5 id="C1_Maui_Core_Range_1_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class Range&lt;T&gt; : IComparable&lt;Range&lt;T&gt;&gt;, IComparable&lt;T&gt;, IComparable where T : IComparable&lt;T&gt;, IConvertible</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class Range(Of T As {IComparable(Of T), IConvertible})
    Implements IComparable(Of Range(Of T)), IComparable(Of T), IComparable</code></pre>
  </div>
  <h5 class="typeParameters">Type Parameters</h5>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td><span class="parametername">T</span></td>
        <td><p>The range type.</p>
</td>
      </tr>
    </tbody>
  </table>
  <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_Maui_Core_Range_1_Length" data-uid="C1.Maui.Core.Range`1.Length">
          <a class="xref" href="C1.Maui.Core.Range-1.Length.html#C1_Maui_Core_Range_1_Length">Length</a>
        </td>
        <td class="markdown level1 summary"><p>Return length of range</p>
</td>
      </tr>
      <tr>
        <td id="C1_Maui_Core_Range_1_LowerBound" data-uid="C1.Maui.Core.Range`1.LowerBound">
          <a class="xref" href="C1.Maui.Core.Range-1.LowerBound.html#C1_Maui_Core_Range_1_LowerBound">LowerBound</a>
        </td>
        <td class="markdown level1 summary"><p>The start of the range.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Maui_Core_Range_1_UpperBound" data-uid="C1.Maui.Core.Range`1.UpperBound">
          <a class="xref" href="C1.Maui.Core.Range-1.UpperBound.html#C1_Maui_Core_Range_1_UpperBound">UpperBound</a>
        </td>
        <td class="markdown level1 summary"><p>The upper bound of the range.</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_Maui_Core_Range_1_CompareTo_C1_Maui_Core_Range__0__" data-uid="C1.Maui.Core.Range`1.CompareTo(C1.Maui.Core.Range{`0})">
          <a class="xref" href="C1.Maui.Core.Range-1.CompareTo.html#C1_Maui_Core_Range_1_CompareTo_C1_Maui_Core_Range__0__">CompareTo(Range&lt;T&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>See <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.icomparable-1.compareto">CompareTo(T)</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Maui_Core_Range_1_CompareTo_System_Object_" data-uid="C1.Maui.Core.Range`1.CompareTo(System.Object)">
          <a class="xref" href="C1.Maui.Core.Range-1.CompareTo.html#C1_Maui_Core_Range_1_CompareTo_System_Object_">CompareTo(object)</a>
        </td>
        <td class="markdown level1 summary"><p>See <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.icomparable.compareto">CompareTo(object)</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Maui_Core_Range_1_CompareTo__0_" data-uid="C1.Maui.Core.Range`1.CompareTo(`0)">
          <a class="xref" href="C1.Maui.Core.Range-1.CompareTo.html#C1_Maui_Core_Range_1_CompareTo__0_">CompareTo(T)</a>
        </td>
        <td class="markdown level1 summary"><p>See <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.icomparable-1.compareto">CompareTo(T)</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Maui_Core_Range_1_Complement_C1_Maui_Core_Range__0__" data-uid="C1.Maui.Core.Range`1.Complement(C1.Maui.Core.Range{`0})">
          <a class="xref" href="C1.Maui.Core.Range-1.Complement.html#C1_Maui_Core_Range_1_Complement_C1_Maui_Core_Range__0__">Complement(Range&lt;T&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Returns a range which contains the current range, minus <pre><code class="lang-csharp">value</code></pre>.
</td>
      </tr>
      <tr>
        <td id="C1_Maui_Core_Range_1_Contains_C1_Maui_Core_Range__0__" data-uid="C1.Maui.Core.Range`1.Contains(C1.Maui.Core.Range{`0})">
          <a class="xref" href="C1.Maui.Core.Range-1.Contains.html#C1_Maui_Core_Range_1_Contains_C1_Maui_Core_Range__0__">Contains(Range&lt;T&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Indicates if the range contains <pre><code class="lang-csharp">value</code></pre>.
</td>
      </tr>
      <tr>
        <td id="C1_Maui_Core_Range_1_Contains__0_" data-uid="C1.Maui.Core.Range`1.Contains(`0)">
          <a class="xref" href="C1.Maui.Core.Range-1.Contains.html#C1_Maui_Core_Range_1_Contains__0_">Contains(T)</a>
        </td>
        <td class="markdown level1 summary"><p>Indicates if the range contains <pre><code class="lang-csharp">value</code></pre>.
</td>
      </tr>
      <tr>
        <td id="C1_Maui_Core_Range_1_Equals_System_Object_" data-uid="C1.Maui.Core.Range`1.Equals(System.Object)">
          <a class="xref" href="C1.Maui.Core.Range-1.Equals.html#C1_Maui_Core_Range_1_Equals_System_Object_">Equals(object)</a>
        </td>
        <td class="markdown level1 summary"><p>See <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_Maui_Core_Range_1_GetHashCode" data-uid="C1.Maui.Core.Range`1.GetHashCode">
          <a class="xref" href="C1.Maui.Core.Range-1.GetHashCode.html#C1_Maui_Core_Range_1_GetHashCode">GetHashCode()</a>
        </td>
        <td class="markdown level1 summary"><p>See <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.gethashcode">GetHashCode()</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Maui_Core_Range_1_Intersect_C1_Maui_Core_Range__0__" data-uid="C1.Maui.Core.Range`1.Intersect(C1.Maui.Core.Range{`0})">
          <a class="xref" href="C1.Maui.Core.Range-1.Intersect.html#C1_Maui_Core_Range_1_Intersect_C1_Maui_Core_Range__0__">Intersect(Range&lt;T&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the range that represents the intersection of this range and <pre><code class="lang-csharp">value</code></pre>.
</td>
      </tr>
      <tr>
        <td id="C1_Maui_Core_Range_1_IsContainedBy_C1_Maui_Core_Range__0__" data-uid="C1.Maui.Core.Range`1.IsContainedBy(C1.Maui.Core.Range{`0})">
          <a class="xref" href="C1.Maui.Core.Range-1.IsContainedBy.html#C1_Maui_Core_Range_1_IsContainedBy_C1_Maui_Core_Range__0__">IsContainedBy(Range&lt;T&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Indicates if the range is contained by <pre><code class="lang-csharp">value</code></pre>.
</td>
      </tr>
      <tr>
        <td id="C1_Maui_Core_Range_1_IsContiguousWith_C1_Maui_Core_Range__0__" data-uid="C1.Maui.Core.Range`1.IsContiguousWith(C1.Maui.Core.Range{`0})">
          <a class="xref" href="C1.Maui.Core.Range-1.IsContiguousWith.html#C1_Maui_Core_Range_1_IsContiguousWith_C1_Maui_Core_Range__0__">IsContiguousWith(Range&lt;T&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Indicates if this range is contiguous with <pre><code class="lang-csharp">range</code></pre>.
</td>
      </tr>
      <tr>
        <td id="C1_Maui_Core_Range_1_IsJoinableWith_C1_Maui_Core_Range__0__System_Func__0__0__" data-uid="C1.Maui.Core.Range`1.IsJoinableWith(C1.Maui.Core.Range{`0},System.Func{`0,`0})">
          <a class="xref" href="C1.Maui.Core.Range-1.IsJoinableWith.html#C1_Maui_Core_Range_1_IsJoinableWith_C1_Maui_Core_Range__0__System_Func__0__0__">IsJoinableWith(Range&lt;T&gt;, Func&lt;T, T&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Check value is join with this range</p>
</td>
      </tr>
      <tr>
        <td id="C1_Maui_Core_Range_1_Iterate_System_Func__0__0__" data-uid="C1.Maui.Core.Range`1.Iterate(System.Func{`0,`0})">
          <a class="xref" href="C1.Maui.Core.Range-1.Iterate.html#C1_Maui_Core_Range_1_Iterate_System_Func__0__0__">Iterate(Func&lt;T, T&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Iterates the range.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Maui_Core_Range_1_Join_C1_Maui_Core_Range__0__System_Func__0__0__" data-uid="C1.Maui.Core.Range`1.Join(C1.Maui.Core.Range{`0},System.Func{`0,`0})">
          <a class="xref" href="C1.Maui.Core.Range-1.Join.html#C1_Maui_Core_Range_1_Join_C1_Maui_Core_Range__0__System_Func__0__0__">Join(Range&lt;T&gt;, Func&lt;T, T&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Return new range which joined by value with this range</p>
</td>
      </tr>
      <tr>
        <td id="C1_Maui_Core_Range_1_Overlaps_C1_Maui_Core_Range__0__" data-uid="C1.Maui.Core.Range`1.Overlaps(C1.Maui.Core.Range{`0})">
          <a class="xref" href="C1.Maui.Core.Range-1.Overlaps.html#C1_Maui_Core_Range_1_Overlaps_C1_Maui_Core_Range__0__">Overlaps(Range&lt;T&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Indicates if the range overlaps <pre><code class="lang-csharp">value</code></pre>.
</td>
      </tr>
      <tr>
        <td id="C1_Maui_Core_Range_1_ReverseIterate_System_Func__0__0__" data-uid="C1.Maui.Core.Range`1.ReverseIterate(System.Func{`0,`0})">
          <a class="xref" href="C1.Maui.Core.Range-1.ReverseIterate.html#C1_Maui_Core_Range_1_ReverseIterate_System_Func__0__0__">ReverseIterate(Func&lt;T, T&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Iterates the range in reverse.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Maui_Core_Range_1_Split__0_" data-uid="C1.Maui.Core.Range`1.Split(`0)">
          <a class="xref" href="C1.Maui.Core.Range-1.Split.html#C1_Maui_Core_Range_1_Split__0_">Split(T)</a>
        </td>
        <td class="markdown level1 summary"><p>Splits the range into two.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Maui_Core_Range_1_Substract_C1_Maui_Core_Range__0__System_Func__0__0__System_Func__0__0__" data-uid="C1.Maui.Core.Range`1.Substract(C1.Maui.Core.Range{`0},System.Func{`0,`0},System.Func{`0,`0})">
          <a class="xref" href="C1.Maui.Core.Range-1.Substract.html#C1_Maui_Core_Range_1_Substract_C1_Maui_Core_Range__0__System_Func__0__0__System_Func__0__0__">Substract(Range&lt;T&gt;, Func&lt;T, T&gt;, Func&lt;T, T&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the result of subtracting a range to the current one. This could lead to a split range
in case the one that is being subtracted is contained in the current one.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Maui_Core_Range_1_ToString" data-uid="C1.Maui.Core.Range`1.ToString">
          <a class="xref" href="C1.Maui.Core.Range-1.ToString.html#C1_Maui_Core_Range_1_ToString">ToString()</a>
        </td>
        <td class="markdown level1 summary"><p>See <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.tostring">ToString()</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Maui_Core_Range_1_Union_C1_Maui_Core_Range__0__" data-uid="C1.Maui.Core.Range`1.Union(C1.Maui.Core.Range{`0})">
          <a class="xref" href="C1.Maui.Core.Range-1.Union.html#C1_Maui_Core_Range_1_Union_C1_Maui_Core_Range__0__">Union(Range&lt;T&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the range that represents the union of this range and <pre><code class="lang-csharp">value</code></pre>.
</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_Maui_Core_Range_1_op_BitwiseAnd_C1_Maui_Core_Range__0__C1_Maui_Core_Range__0__" data-uid="C1.Maui.Core.Range`1.op_BitwiseAnd(C1.Maui.Core.Range{`0},C1.Maui.Core.Range{`0})">
          <a class="xref" href="C1.Maui.Core.Range-1.op_BitwiseAnd.html#C1_Maui_Core_Range_1_op_BitwiseAnd_C1_Maui_Core_Range__0__C1_Maui_Core_Range__0__">operator &amp;(Range&lt;T&gt;, Range&lt;T&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>The intersection operator.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Maui_Core_Range_1_op_BitwiseOr_C1_Maui_Core_Range__0__C1_Maui_Core_Range__0__" data-uid="C1.Maui.Core.Range`1.op_BitwiseOr(C1.Maui.Core.Range{`0},C1.Maui.Core.Range{`0})">
          <a class="xref" href="C1.Maui.Core.Range-1.op_BitwiseOr.html#C1_Maui_Core_Range_1_op_BitwiseOr_C1_Maui_Core_Range__0__C1_Maui_Core_Range__0__">operator |(Range&lt;T&gt;, Range&lt;T&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>The union operator.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Maui_Core_Range_1_op_Equality_C1_Maui_Core_Range__0__C1_Maui_Core_Range__0__" data-uid="C1.Maui.Core.Range`1.op_Equality(C1.Maui.Core.Range{`0},C1.Maui.Core.Range{`0})">
          <a class="xref" href="C1.Maui.Core.Range-1.op_Equality.html#C1_Maui_Core_Range_1_op_Equality_C1_Maui_Core_Range__0__C1_Maui_Core_Range__0__">operator ==(Range&lt;T&gt;, Range&lt;T&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Overrides the equals operator.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Maui_Core_Range_1_op_ExclusiveOr_C1_Maui_Core_Range__0__C1_Maui_Core_Range__0__" data-uid="C1.Maui.Core.Range`1.op_ExclusiveOr(C1.Maui.Core.Range{`0},C1.Maui.Core.Range{`0})">
          <a class="xref" href="C1.Maui.Core.Range-1.op_ExclusiveOr.html#C1_Maui_Core_Range_1_op_ExclusiveOr_C1_Maui_Core_Range__0__C1_Maui_Core_Range__0__">operator ^(Range&lt;T&gt;, Range&lt;T&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>The complement operator.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Maui_Core_Range_1_op_GreaterThan_C1_Maui_Core_Range__0__C1_Maui_Core_Range__0__" data-uid="C1.Maui.Core.Range`1.op_GreaterThan(C1.Maui.Core.Range{`0},C1.Maui.Core.Range{`0})">
          <a class="xref" href="C1.Maui.Core.Range-1.op_GreaterThan.html#C1_Maui_Core_Range_1_op_GreaterThan_C1_Maui_Core_Range__0__C1_Maui_Core_Range__0__">operator &gt;(Range&lt;T&gt;, Range&lt;T&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Overrides the greater than operator.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Maui_Core_Range_1_op_GreaterThan_C1_Maui_Core_Range__0___0_" data-uid="C1.Maui.Core.Range`1.op_GreaterThan(C1.Maui.Core.Range{`0},`0)">
          <a class="xref" href="C1.Maui.Core.Range-1.op_GreaterThan.html#C1_Maui_Core_Range_1_op_GreaterThan_C1_Maui_Core_Range__0___0_">operator &gt;(Range&lt;T&gt;, T)</a>
        </td>
        <td class="markdown level1 summary"><p>Overrides the greater than operator.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Maui_Core_Range_1_op_GreaterThanOrEqual_C1_Maui_Core_Range__0__C1_Maui_Core_Range__0__" data-uid="C1.Maui.Core.Range`1.op_GreaterThanOrEqual(C1.Maui.Core.Range{`0},C1.Maui.Core.Range{`0})">
          <a class="xref" href="C1.Maui.Core.Range-1.op_GreaterThanOrEqual.html#C1_Maui_Core_Range_1_op_GreaterThanOrEqual_C1_Maui_Core_Range__0__C1_Maui_Core_Range__0__">operator &gt;=(Range&lt;T&gt;, Range&lt;T&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Overrides the greater than or equal operator.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Maui_Core_Range_1_op_GreaterThanOrEqual_C1_Maui_Core_Range__0___0_" data-uid="C1.Maui.Core.Range`1.op_GreaterThanOrEqual(C1.Maui.Core.Range{`0},`0)">
          <a class="xref" href="C1.Maui.Core.Range-1.op_GreaterThanOrEqual.html#C1_Maui_Core_Range_1_op_GreaterThanOrEqual_C1_Maui_Core_Range__0___0_">operator &gt;=(Range&lt;T&gt;, T)</a>
        </td>
        <td class="markdown level1 summary"><p>Overrides the greater than or equals operator.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Maui_Core_Range_1_op_Inequality_C1_Maui_Core_Range__0__C1_Maui_Core_Range__0__" data-uid="C1.Maui.Core.Range`1.op_Inequality(C1.Maui.Core.Range{`0},C1.Maui.Core.Range{`0})">
          <a class="xref" href="C1.Maui.Core.Range-1.op_Inequality.html#C1_Maui_Core_Range_1_op_Inequality_C1_Maui_Core_Range__0__C1_Maui_Core_Range__0__">operator !=(Range&lt;T&gt;, Range&lt;T&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Overrides the not equals operator.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Maui_Core_Range_1_op_LessThan_C1_Maui_Core_Range__0__C1_Maui_Core_Range__0__" data-uid="C1.Maui.Core.Range`1.op_LessThan(C1.Maui.Core.Range{`0},C1.Maui.Core.Range{`0})">
          <a class="xref" href="C1.Maui.Core.Range-1.op_LessThan.html#C1_Maui_Core_Range_1_op_LessThan_C1_Maui_Core_Range__0__C1_Maui_Core_Range__0__">operator &lt;(Range&lt;T&gt;, Range&lt;T&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Overrides the less than operator.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Maui_Core_Range_1_op_LessThan_C1_Maui_Core_Range__0___0_" data-uid="C1.Maui.Core.Range`1.op_LessThan(C1.Maui.Core.Range{`0},`0)">
          <a class="xref" href="C1.Maui.Core.Range-1.op_LessThan.html#C1_Maui_Core_Range_1_op_LessThan_C1_Maui_Core_Range__0___0_">operator &lt;(Range&lt;T&gt;, T)</a>
        </td>
        <td class="markdown level1 summary"><p>Overrides the less than operator.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Maui_Core_Range_1_op_LessThanOrEqual_C1_Maui_Core_Range__0__C1_Maui_Core_Range__0__" data-uid="C1.Maui.Core.Range`1.op_LessThanOrEqual(C1.Maui.Core.Range{`0},C1.Maui.Core.Range{`0})">
          <a class="xref" href="C1.Maui.Core.Range-1.op_LessThanOrEqual.html#C1_Maui_Core_Range_1_op_LessThanOrEqual_C1_Maui_Core_Range__0__C1_Maui_Core_Range__0__">operator &lt;=(Range&lt;T&gt;, Range&lt;T&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Overrides the less than or equal to operator.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Maui_Core_Range_1_op_LessThanOrEqual_C1_Maui_Core_Range__0___0_" data-uid="C1.Maui.Core.Range`1.op_LessThanOrEqual(C1.Maui.Core.Range{`0},`0)">
          <a class="xref" href="C1.Maui.Core.Range-1.op_LessThanOrEqual.html#C1_Maui_Core_Range_1_op_LessThanOrEqual_C1_Maui_Core_Range__0___0_">operator &lt;=(Range&lt;T&gt;, T)</a>
        </td>
        <td class="markdown level1 summary"><p>Overrides the less than or equals operator.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
