XmlQuerySequence<T>.IList.Contains(Object) Metodo

Definizione

Restituisce true se il valore specificato è presente nella sequenza.

Questa API supporta l'infrastruttura del prodotto e non è previsto che venga usata direttamente dal codice.

 virtual bool System.Collections.IList.Contains(System::Object ^ value) = System::Collections::IList::Contains;
bool IList.Contains (object value);
abstract member System.Collections.IList.Contains : obj -> bool
override this.System.Collections.IList.Contains : obj -> bool
Function Contains (value As Object) As Boolean Implements IList.Contains

Parametri

value
Object

Valore specificato.

Restituisce

true se il valore specificato è presente nella sequenza. In caso contrario false.

Implementazioni

Si applica a