This method determines
whether
the specified event ID matches the currently processed event.
SignatureOMBoolean IsCurrentEvent(short eventId) const;
ParameterseventId
The event ID to check
ReturnsThe
method returns one of the following Boolean values:
- TRUE - The specified event is
the current event.
- FALSE -
The specified
event is not the current event.