Validate.IsNotEqual 方法 (Int32, Int32, String)

命名空间:  Microsoft.Internal.VisualStudio.Shell
程序集:  Microsoft.VisualStudio.Shell.11.0(在 Microsoft.VisualStudio.Shell.11.0.dll 中)

语法

声明
Public Shared Sub IsNotEqual ( _
    value As Integer, _
    unexpectedValue As Integer, _
    paramName As String _
)
public static void IsNotEqual(
    int value,
    int unexpectedValue,
    string paramName
)

参数

.NET Framework 安全性

请参见

参考

Validate 类

IsNotEqual 重载

Microsoft.Internal.VisualStudio.Shell 命名空间