Поделиться через


SearchResultReferenceCollection.Contains(SearchResultReference) Метод

Определение

Метод Contains(SearchResultReference) определяет, содержит ли коллекция указанный объект SearchResultReference.

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

Параметры

value
SearchResultReference

Объект SearchResultReference, который требуется обнаружить.

Возвращаемое значение

true, если коллекция содержит value; в противном случае — false.

Применяется к