Array.IStructuralComparable.CompareTo(Object, IComparer) メソッド

定義

現在のコレクション オブジェクトの並べ替え順序での位置が、別のオブジェクトと比べて前か、後か、または同じかを判断します。

 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

現在のオブジェクトと other とを比較するオブジェクト。

戻り値

Int32

現在のコレクション オブジェクトと他のオブジェクトとの関係を示す整数。次の表を参照してください。

戻り値 説明
-1 現在のインスタンスが other よりも前。
0 現在のインスタンスと other とが等しい。
1 現在のインスタンスが other よりも後。

実装

注釈

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

適用対象