13 internal int m_fieldTok;
15 internal object m_class;
37 public override bool Equals(
object obj)
52 if (obj.m_fieldTok == m_fieldTok)
54 return obj.m_class == m_class;
override int GetHashCode()
Generates the hash code for this field.
Represents type declarations: class types, interface types, array types, value types,...
static bool operator==(FieldToken a, FieldToken b)
Indicates whether two T:System.Reflection.Emit.FieldToken structures are equal.
Specifies that the class can be serialized.
override bool Equals(object obj)
Determines if an object is an instance of FieldToken and is equal to this instance.
static readonly FieldToken Empty
The default FieldToken with P:System.Reflection.Emit.FieldToken.Token value 0.
static bool operator !=(FieldToken a, FieldToken b)
Indicates whether two T:System.Reflection.Emit.FieldToken structures are not equal.
int Token
Retrieves the metadata token for this field.
The FieldToken struct is an object representation of a token that represents a field.
bool Equals(FieldToken obj)
Indicates whether the current instance is equal to the specified T:System.Reflection....