ContainsEvent

virtual bool IEventResponse::ContainsEvent(PEvent event) = 0

Gets whether the collection of events contains the specified event.

Parameters

event – Event to search in the collection.

Returns

bool – True if the collection contains the specified event, false otherwise.

Throws