次の方法で共有


Range<T>.Intersect(Range<T>) メソッド

定義

範囲がこの範囲 other と交差しているかどうかを確認します。

public bool Intersect (Microsoft.Azure.Documents.Partitioning.Range<T> other);
member this.Intersect : Microsoft.Azure.Documents.Partitioning.Range<'T (requires 'T :> IComparable<'T> and 'T :> IEquatable<'T>)> -> bool
Public Function Intersect (other As Range(Of T)) As Boolean

パラメーター

other
Range<T>

この範囲と比較する入力 Range<T>

戻り値

2 つの範囲が互いに交差する場合は true を返します。

適用対象