StringToken Struct

Definition

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
StringToken
Attributes

Properties

Token

Retrieves the metadata token for this string.

Methods

Equals(Object)

Checks if the given object is an instance of StringToken and is equal to this instance.

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.

Applies to