36 public override bool Equals(
object obj)
51 return obj.m_token == m_token;
The T:System.Diagnostics.SymbolStore.SymbolToken structure is an object representation of a token tha...
static bool operator !=(SymbolToken a, SymbolToken b)
Returns a value indicating whether two T:System.Diagnostics.SymbolStore.SymbolToken objects are not e...
override int GetHashCode()
Generates the hash code for the current token.
int GetToken()
Gets the value of the current token.
static bool operator==(SymbolToken a, SymbolToken b)
Returns a value indicating whether two T:System.Diagnostics.SymbolStore.SymbolToken objects are equal...
SymbolToken(int val)
Initializes a new instance of the T:System.Diagnostics.SymbolStore.SymbolToken structure when given a...
bool Equals(SymbolToken obj)
Determines whether obj is equal to this instance.
override bool Equals(object obj)
Determines whether obj is an instance of T:System.Diagnostics.SymbolStore.SymbolToken and is equal t...