System.Reflection.Emit.Label Members

The members of System.Reflection.Emit.Label are listed below.

See Also: Inherited members from System.ValueType

Public Methods

override
Equals(object) : bool

Checks if the given object is an instance of Label and is equal to this instance.

Equals(Label) : bool

Indicates whether the current instance is equal to the specified System.Reflection.Emit.Label.

override
GetHashCode() : int

Generates a hash code for this instance.

Public Operators

static
Equality(Label, Label)

Indicates whether two System.Reflection.Emit.Label structures are equal.

static
Inequality(Label, Label)

Indicates whether two System.Reflection.Emit.Label structures are not equal.