StringToken Structure
Définition
Représente un jeton qui représente une chaîne.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
- Héritage
- Attributs
Propriétés
Token |
Récupère le jeton de métadonnées pour cette chaîne.Retrieves the metadata token for this string. |
Méthodes
Equals(Object) |
Vérifie si l'objet donné est une instance de |
Equals(StringToken) |
Détermine si l'instance actuelle est égale à l'objet StringToken spécifié.Indicates whether the current instance is equal to the specified StringToken. |
GetHashCode() |
Retourne le code de hachage pour cette chaîne.Returns the hash code for this string. |
Opérateurs
Equality(StringToken, StringToken) |
Indique si deux structures StringToken sont égales.Indicates whether two StringToken structures are equal. |
Inequality(StringToken, StringToken) |
Indique si deux structures StringToken ne sont pas égales.Indicates whether two StringToken structures are not equal. |