SearchResultReferenceCollection.Contains(SearchResultReference) 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(SearchResultReference) avgör om samlingen innehåller det angivna SearchResultReference objektet.
public:
bool Contains(System::DirectoryServices::Protocols::SearchResultReference ^ value);
public bool Contains(System.DirectoryServices.Protocols.SearchResultReference value);
member this.Contains : System.DirectoryServices.Protocols.SearchResultReference -> bool
Public Function Contains (value As SearchResultReference) As Boolean
Parametrar
- value
- SearchResultReference
Objektet SearchResultReference som ska hittas.
Returer
true om samlingen innehåller value eller false om den inte gör det.