SearchFilter.SearchFilterCollection.Contains(SearchFilter) 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 specific search filter is in the collection.
public:
bool Contains(Microsoft::Exchange::WebServices::Data::SearchFilter ^ searchFilter);
public bool Contains (Microsoft.Exchange.WebServices.Data.SearchFilter searchFilter);
Parameters
- searchFilter
- SearchFilter
The search filter to locate in the collection.
Returns
true if the search filter is in the collection; otherwise, false.