SearchResultEntryCollection.Contains(SearchResultEntry) Metod
Definition
Viktigt
En del information gäller för förhandsversionen av en produkt och kan komma att ändras avsevärt innan produkten blir allmänt tillgänglig. Microsoft lämnar inga garantier, uttryckliga eller underförstådda, avseende informationen som visas här.
Metoden Contains(SearchResultEntry) avgör om samlingen innehåller det angivna SearchResultEntry objektet.
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
Parametrar
- value
- SearchResultEntry
Att SearchResultEntry hitta.
Returer
true om samlingen innehåller value eller false om den inte gör det.