SearchResultEntryCollection.Contains(SearchResultEntry) Methode

Definitie

De Contains(SearchResultEntry) methode bepaalt of de verzameling het opgegeven SearchResultEntry object bevat.

public:
 bool Contains(System::DirectoryServices::Protocols::SearchResultEntry ^ value);
public bool Contains(System.DirectoryServices.Protocols.SearchResultEntry value);
member this.Contains : System.DirectoryServices.Protocols.SearchResultEntry -> bool
Public Function Contains (value As SearchResultEntry) As Boolean

Parameters

value
SearchResultEntry

De SearchResultEntry te vinden.

Retouren

trueals de verzameling wel of false niet bevatvalue.

Van toepassing op