SymbolToken Structure
The SymbolToken structure is an object representation of a token that represents symbolic information.
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() | SymbolToken(Int32) | Initializes a new instance of the SymbolToken structure when given a value. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | Determines whether obj is an instance of SymbolToken and is equal to this instance.(Overrides ValueType::Equals(Object^).) |
![]() | Equals(SymbolToken) | Determines whether obj is equal to this instance. |
![]() | GetHashCode() | Generates the hash code for the current token.(Overrides ValueType::GetHashCode().) |
![]() | GetToken() | Gets the value of the current token. |
![]() | GetType() | |
![]() | ToString() | Returns the fully qualified type name of this instance.(Inherited from ValueType.) |
| Name | Description | |
|---|---|---|
![]() ![]() | Equality(SymbolToken, SymbolToken) | Returns a value indicating whether two SymbolToken objects are equal. |
![]() ![]() | Inequality(SymbolToken, SymbolToken) | Returns a value indicating whether two SymbolToken objects are not equal. |
Available since 1.1
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


