pub fn evaluate(
    object_id: &NodeId,
    event_filter: &EventFilter,
    address_space: &AddressSpace,
    happened_since: &DateTimeUtc,
    client_handle: u32
) -> Option<Vec<EventFieldList>>
Expand description

Evaluate the event filter and see if it triggers.