ot::Events::ContainsAny() const method
Indicates whether the `Events` list contains any of a given set of events.
Arguments
aEvents
The events set to check (must be a collection of `Event` constants combined using `|`).
Return value
TRUE if the list contains any of the @p aEvents set, FALSE otherwise.