Validate.IsNotEqual Method (UInt32, UInt32, 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 UInteger, _
unexpectedValue As UInteger, _
paramName As String _
)
public static void IsNotEqual(
uint value,
uint unexpectedValue,
string paramName
)
public:
static void IsNotEqual(
unsigned int value,
unsigned int unexpectedValue,
String^ paramName
)
static member IsNotEqual :
value:uint32 *
unexpectedValue:uint32 *
paramName:string -> unit
public static function IsNotEqual(
value : uint,
unexpectedValue : uint,
paramName : String
)
Parameters
- value
Type: System.UInt32
- unexpectedValue
Type: System.UInt32
- 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.