使用英语阅读

通过


TestId.GreaterThan 运算符

表示一个大于运算符 (>),该大于运算符用于确定所提供的对象在排序列表中是否出现在另一个所提供的对象之前。

命名空间:  Microsoft.VisualStudio.TestTools.Common
程序集:  Microsoft.VisualStudio.QualityTools.Common(在 Microsoft.VisualStudio.QualityTools.Common.dll 中)

语法

public static bool operator >(
    TestId left,
    TestId right
)

参数

返回值

类型:System.Boolean
如果 left 对象出现在 right 对象之前,则该值为 true;否则为 false。

.NET Framework 安全性

请参见

参考

TestId 类

Microsoft.VisualStudio.TestTools.Common 命名空间