Determines whether this filter contains nested event filter of the given type.
Declaring type: EventFilterBase<TEventArgs>
Namespace: Zyan.Communication.Delegates
Assembly: Zyan.Communication
Collapse/Expand Syntax
C#
public bool Contains<TEventFilter> ()
where TEventFilter  : IEventFilter
Type Parameters
TEventFilter
Event filter type.
Return Value

There is no description.