EventToken Estrutura

Definição

Representa o Token retorno pelos metadados para representar um evento.

public value class EventToken
[System.Serializable]
public struct EventToken
[System.Serializable]
[System.Runtime.InteropServices.ComVisible(true)]
public struct EventToken
[<System.Serializable>]
type EventToken = struct
[<System.Serializable>]
[<System.Runtime.InteropServices.ComVisible(true)>]
type EventToken = struct
Public Structure EventToken
Herança
EventToken
Atributos

Campos

Name Description
Empty

O padrão EventToken com Token valor 0.

Propriedades

Name Description
Token

Recupera o token de metadados deste evento.

Métodos

Name Description
Equals(EventToken)

Indica se a instância atual é igual à especificada EventToken.

Equals(Object)

Verifica se o objeto dado é uma instância de EventToken e é igual a esta instância.

GetHashCode()

Gera o código de hash para este evento.

Operadores

Name Description
Equality(EventToken, EventToken)

Indica se duas EventToken estruturas são iguais.

Inequality(EventToken, EventToken)

Indica se duas EventToken estruturas não são iguais.

Aplica-se a