StringToken Struct
Definition
Represents a token that represents a string.
public value class StringToken
[System.Runtime.InteropServices.ComVisible(true)]
[System.Serializable]
public struct StringToken
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. |