StringToken Structure
Represents a token that represents a string.
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() | Token | Retrieves the metadata token for this string. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | Checks if the given object is an instance of StringToken and is equal to this instance.(Overrides ValueType::Equals(Object^).) |
![]() | Equals(StringToken) | Indicates whether the current instance is equal to the specified StringToken. |
![]() | GetHashCode() | Returns the hash code for this string.(Overrides ValueType::GetHashCode().) |
![]() | GetType() | |
![]() | ToString() | Returns the fully qualified type name of this instance.(Inherited from ValueType.) |
| Name | Description | |
|---|---|---|
![]() ![]() | Equality(StringToken, StringToken) | Indicates whether two StringToken structures are equal. |
![]() ![]() | Inequality(StringToken, StringToken) | Indicates whether two StringToken structures are not equal. |
Available since 1.1
Silverlight
Available since 2.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.



