SearchResultCollection.Contains(SearchResult) Methode

Definitie

Bepaalt of een opgegeven SearchResult object zich in deze verzameling bevindt.

public:
 bool Contains(System::DirectoryServices::SearchResult ^ result);
public bool Contains(System.DirectoryServices.SearchResult result);
member this.Contains : System.DirectoryServices.SearchResult -> bool
Public Function Contains (result As SearchResult) As Boolean

Parameters

result
SearchResult

Het SearchResult object dat moet worden gevonden.

Retouren

true als de opgegeven eigenschap tot deze verzameling behoort; anders, false.

Van toepassing op