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

Definitie

Retourneert true als de opgegeven waarde zich in de reeks bevindt.

Deze API ondersteunt de productinfrastructuur en is niet bedoeld om rechtstreeks vanuit de code te gebruiken.

 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

Parameters

value
Object

De opgegeven waarde.

Retouren

true als de opgegeven waarde in de reeks staat; anders, false.

Implementeringen

Van toepassing op