StringToken Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a token that represents a string.
public value class StringToken
[System.Serializable]
public struct StringToken
[System.Serializable]
[System.Runtime.InteropServices.ComVisible(true)]
public struct StringToken
[<System.Serializable>]
type StringToken = struct
[<System.Serializable>]
[<System.Runtime.InteropServices.ComVisible(true)>]
type StringToken = struct
Public Structure StringToken
- Inheritance
- Attributes
Properties
Token |
Retrieves the metadata token for this string. |
Methods
Equals(Object) |
Checks if the given object is an instance of |
Equals(StringToken) |
Indicates whether the current instance is equal to the specified StringToken. |
GetHashCode() |
Returns the hash code for this string. |
Operators
Equality(StringToken, StringToken) |
Indicates whether two StringToken structures are equal. |
Inequality(StringToken, StringToken) |
Indicates whether two StringToken structures are not equal. |