OpCode.Equality Operator
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Indicates whether two OpCode structures are equal.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- a
- Type: System.Reflection.Emit.OpCode
The OpCode to compare to b.
- b
- Type: System.Reflection.Emit.OpCode
The OpCode to compare to a.
Show: