StringToken Struktura

Definicja

Reprezentuje token reprezentujący ciąg.

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
Dziedziczenie
StringToken
Atrybuty

Właściwości

Token

Pobiera token metadanych dla tego ciągu.

Metody

Equals(Object)

Sprawdza, czy dany obiekt jest wystąpieniem StringToken i jest równy temu wystąpieniu.

Equals(StringToken)

Wskazuje, czy bieżące wystąpienie jest równe określonej StringTokenwartości .

GetHashCode()

Zwraca kod skrótu dla tego ciągu.

Operatory

Equality(StringToken, StringToken)

Wskazuje, czy dwie StringToken struktury są równe.

Inequality(StringToken, StringToken)

Wskazuje, czy dwie StringToken struktury nie są równe.

Dotyczy