Sdílet prostřednictvím


SearchResultEntryCollection.Contains(SearchResultEntry) Metoda

Definice

Metoda Contains(SearchResultEntry) určuje, zda kolekce obsahuje zadaný SearchResultEntry objekt.

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

Parametry

value
SearchResultEntry

Chcete-li SearchResultEntry najít.

Návraty

true pokud kolekce obsahuje value nebo false ne.

Platí pro