ImmutableArray<T>.IStructuralComparable.CompareTo 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
判斷目前的集合項目在排序次序中位於另一個項目之前、相同位置或之後。
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 介面時,才能使用這個成員。