OpCode.Inequality(OpCode, OpCode) Operator
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates whether two OpCode structures are not equal.
public:
static bool operator !=(System::Reflection::Emit::OpCode a, System::Reflection::Emit::OpCode b);
public static bool operator != (System.Reflection.Emit.OpCode a, System.Reflection.Emit.OpCode b);
static member op_Inequality : System.Reflection.Emit.OpCode * System.Reflection.Emit.OpCode -> bool
Public Shared Operator != (a As OpCode, b As OpCode) As Boolean
Parameters
Returns
true
if a
is not equal to b
; otherwise, false
.
Remarks
The equivalent method for this operator is OpCode.Equals(OpCode).
Applies to
Співпраця з нами на GitHub
Джерело цього вмісту можна знайти на GitHub, де також можна створювати й переглядати запитання та запити на внесення змін. Докладні відомості наведено в нашому посібнику для співавторів.