SymbolToken Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- Attributes
- Implements
Constructors
SymbolToken(Int32) |
Initializes a new instance of the SymbolToken structure when given a value. |
Methods
Equals(Object) |
Determines whether |
Equals(SymbolToken) |
Determines whether |
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. |