Validate.IsNotEqual Method (Int32, Int32, String)
Namespace: Microsoft.Internal.VisualStudio.Shell
Assembly: Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)
Syntax
'Declaration
Public Shared Sub IsNotEqual ( _
value As Integer, _
unexpectedValue As Integer, _
paramName As String _
)
public static void IsNotEqual(
int value,
int unexpectedValue,
string paramName
)
public:
static void IsNotEqual(
int value,
int unexpectedValue,
String^ paramName
)
static member IsNotEqual :
value:int *
unexpectedValue:int *
paramName:string -> unit
public static function IsNotEqual(
value : int,
unexpectedValue : int,
paramName : String
)
Parameters
- value
Type: System.Int32
- unexpectedValue
Type: System.Int32
- paramName
Type: System.String
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.