10 internal int m_string;
32 public override bool Equals(
object obj)
47 return obj.m_string == m_string;
int Token
Retrieves the metadata token for this string.
Represents a token that represents a string.
bool Equals(StringToken obj)
Indicates whether the current instance is equal to the specified T:System.Reflection....
override int GetHashCode()
Returns the hash code for this string.
override bool Equals(object obj)
Checks if the given object is an instance of StringToken and is equal to this instance.
static bool operator !=(StringToken a, StringToken b)
Indicates whether two T:System.Reflection.Emit.StringToken structures are not equal.
Specifies that the class can be serialized.
static bool operator==(StringToken a, StringToken b)
Indicates whether two T:System.Reflection.Emit.StringToken structures are equal.