EventToken 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.
Represents the Token
returned by the metadata to represent an event.
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
- Inheritance
- Attributes
Fields
Empty |
The default |
Properties
Token |
Retrieves the metadata token for this event. |
Methods
Equals(EventToken) |
Indicates whether the current instance is equal to the specified EventToken. |
Equals(Object) |
Checks if the given object is an instance of |
GetHashCode() |
Generates the hash code for this event. |
Operators
Equality(EventToken, EventToken) |
Indicates whether two EventToken structures are equal. |
Inequality(EventToken, EventToken) |
Indicates whether two EventToken structures are not equal. |