OpCode.Equality(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 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 ( = ) : 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 equal to b
; otherwise, false
.
Remarks
The equivalent method for this operator is OpCode.Equals(OpCode).
Applies to
שתף איתנו פעולה ב- GitHub
ניתן למצוא את המקור לתוכן זה ב- GitHub, שם ניתן גם ליצור ולסקור בעיות ולמשוך בקשות. לקבלת מידע נוסף, עיין במדריך התורמים שלנו.