EventId
Identifies a logging event. The primary identifier is the "Id" property, with the "Name" property providing a short description of this type of event.
Gets the numeric identifier for this event.
Gets the name of this event.
Initializes an instance of the EventId struct.
Checks if two specified EventId instances have the same value. They are equal if they have the same Id.
Implicitly creates an EventId from the given Int32.
Checks if two specified EventId instances have different values.
Indicates whether the current object is equal to another object of the same type. Two events are equal if they have the same id.