XPathMessageFilterElementComparer.IComparer.Compare(Object, Object) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
比較兩個 XPathMessageFilterElement 執行個體。
virtual int System.Collections.IComparer.Compare(System::Object ^ x, System::Object ^ y) = System::Collections::IComparer::Compare;
int IComparer.Compare (object x, object y);
abstract member System.Collections.IComparer.Compare : obj * obj -> int
override this.System.Collections.IComparer.Compare : obj * obj -> int
Function Compare (x As Object, y As Object) As Integer Implements IComparer.Compare
參數
傳回
下表顯示可能的值。
值 | 條件 |
---|---|
-1 | x 小於 y 。
|
0 | x 等於 y 。
|
1 | x 大於 y 。
|
實作
例外狀況
x
或 y
指定的 XPath 篩選器無法進行剖析。
找不到 x
或 y
指定的 XPath 命名空間前置詞。