ContainsPropagatingEventResponse

virtual bool IEventResponse::ContainsPropagatingEventResponse(PEventResponse eventResponse) = 0

Gets whether the collection of propagating event responses contains the specified event response.

Parameters

eventResponse – Event response to search in the collection.

Returns

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

Throws