SymbolToken Struct

Definition

The SymbolToken structure is an object representation of a token that represents symbolic information.

public value class SymbolToken
public value class SymbolToken : IEquatable<System::Diagnostics::SymbolStore::SymbolToken>
public readonly struct SymbolToken
public readonly struct SymbolToken : IEquatable<System.Diagnostics.SymbolStore.SymbolToken>
public struct SymbolToken
[System.Runtime.InteropServices.ComVisible(true)]
public struct SymbolToken
type SymbolToken = struct
[<System.Runtime.InteropServices.ComVisible(true)>]
type SymbolToken = struct
Public Structure SymbolToken
Public Structure SymbolToken
Implements IEquatable(Of SymbolToken)
Inheritance
SymbolToken
Attributes
Implements

Constructors

SymbolToken(Int32)

Initializes a new instance of the SymbolToken structure when given a value.

Methods

Equals(Object)

Determines whether obj is an instance of SymbolToken and is equal to this instance.

Equals(SymbolToken)

Determines whether obj is equal to this instance.

GetHashCode()

Generates the hash code for the current token.

GetToken()

Gets the value of the current token.

Operators

Equality(SymbolToken, SymbolToken)

Returns a value indicating whether two SymbolToken objects are equal.

Inequality(SymbolToken, SymbolToken)

Returns a value indicating whether two SymbolToken objects are not equal.

Applies to

See also