共用方式為


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 不支援多載運算子。

參數

傳回值

類型:Boolean
如果值不相等,則為 true。

.NET Framework 安全性

請參閱

參考

ToleranceRectangle 結構

Microsoft.VisualStudio.TestTools.UITesting 命名空間