ToleranceRectangle.Inequality 运算符

== 运算符的运算符重载。

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

语法

声明
Public Shared Operator <> ( _
    left As ToleranceRectangle, _
    right As ToleranceRectangle _
) As Boolean
public static bool operator !=(
    ToleranceRectangle left,
    ToleranceRectangle right
)
public:
static bool operator !=(
    ToleranceRectangle left, 
    ToleranceRectangle right
)
static let inline (<>)
        left:ToleranceRectangle * 
        right:ToleranceRectangle  : bool
JScript 不支持重载运算符。

参数

返回值

类型:System.Boolean
True,如果值不等于。

.NET Framework 安全性

请参见

参考

ToleranceRectangle 结构

Microsoft.VisualStudio.TestTools.UITesting 命名空间