GlobalFilterCollection.Contains(Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Determines whether a filter is in the global filter collection.
public bool Contains (object filter);
member this.Contains : obj -> bool
Public Function Contains (filter As Object) As Boolean
Parameters
- filter
- Object
The filter.
Returns
true if filter
is found in the global filter collection; otherwise, false.