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