12 internal Label(
int label)
17 internal int GetLabelValue()
32 public override bool Equals(
object obj)
47 return obj.m_label == m_label;
override bool Equals(object obj)
Checks if the given object is an instance of Label and is equal to this instance.
static bool operator==(Label a, Label b)
Indicates whether two T:System.Reflection.Emit.Label structures are equal.
static bool operator !=(Label a, Label b)
Indicates whether two T:System.Reflection.Emit.Label structures are not equal.
override int GetHashCode()
Generates a hash code for this instance.
bool Equals(Label obj)
Indicates whether the current instance is equal to the specified T:System.Reflection....
Represents a label in the instruction stream. Label is used in conjunction with the T:System....
Specifies that the class can be serialized.