Share via


ClassViewNavigationInfoNode.Inequality 運算子

確認兩個項目是否不相等。

命名空間:  Microsoft.VisualStudio.Modeling.Shell
組件:  Microsoft.VisualStudio.Modeling.Sdk.Shell.11.0 (在 Microsoft.VisualStudio.Modeling.Sdk.Shell.11.0.dll 中)

語法

'宣告
Public Shared Operator <> ( _
    operand1 As ClassViewNavigationInfoNode, _
    operand2 As ClassViewNavigationInfoNode _
) As Boolean
public static bool operator !=(
    ClassViewNavigationInfoNode operand1,
    ClassViewNavigationInfoNode operand2
)

參數

傳回值

型別:System.Boolean
true 如果兩個項目不相等。 否則,false。

.NET Framework 安全性

請參閱

參考

ClassViewNavigationInfoNode 結構

Microsoft.VisualStudio.Modeling.Shell 命名空間