XPathMessageFilterElementComparer.IComparer.Compare(Object, Object) 方法

定义

比较两个 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

参数

返回

Int32

下表列出了可能的值。

“值” 条件
-1 x 小于 y
0 x 等于 y
1 x 大于 y

实现

例外

无法分析 xy 所指定的 XPath 筛选器。

找不到 xy 所指定的 XPath 命名空间前缀。

适用于