Aracılığıyla paylaş


SearchResultCollection.Contains(SearchResult) Yöntem

Tanım

Belirtilen SearchResult bir nesnenin bu koleksiyonda olup olmadığını belirler.

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

Parametreler

result
SearchResult

Bulunacak SearchResult nesne.

Döndürülenler

true belirtilen özellik bu koleksiyona aitse; aksi takdirde , false.

Şunlara uygulanır