ImmutableArray<T>.IStructuralComparable.CompareTo メソッド

定義

並べ替え順序において、現在のコレクション要素の位置が別のオブジェクトの前になるか、同じであるか、後になるかを判断します。

 virtual int System.Collections.IStructuralComparable.CompareTo(System::Object ^ other, System::Collections::IComparer ^ comparer) = System::Collections::IStructuralComparable::CompareTo;
int IStructuralComparable.CompareTo (object other, System.Collections.IComparer comparer);
abstract member System.Collections.IStructuralComparable.CompareTo : obj * System.Collections.IComparer -> int
override this.System.Collections.IStructuralComparable.CompareTo : obj * System.Collections.IComparer -> int
Function CompareTo (other As Object, comparer As IComparer) As Integer Implements IStructuralComparable.CompareTo

パラメーター

other
Object

現在のインスタンスと比較する要素。

comparer
IComparer

現在の配列のメンバーと他の配列の対応するメンバーの比較に使用されるオブジェクト。

戻り値

現在の要素の位置が他の要素の前になるか、同じであるか、後になるかを示す整数。

実装

例外

配列が同じ長さではありません。

注釈

このメンバーは、明示的なインターフェイス メンバーの実装です。 これは、ImmutableArray<T> のインスタンスが IStructuralComparable インターフェイスにキャストされる場合のみ、使用できます。

適用対象