ListSortDescriptionCollection.Contains(Object) Methode

Definitie

Bepaalt of de ListSortDescriptionCollection waarde een specifieke waarde bevat.

public:
 virtual bool Contains(System::Object ^ value);
public bool Contains(object? value);
public bool Contains(object value);
abstract member Contains : obj -> bool
override this.Contains : obj -> bool
Public Function Contains (value As Object) As Boolean

Parameters

value
Object

De Object te vinden in de verzameling.

Retouren

trueals de Object in de verzameling is gevonden; anders. false

Implementeringen

Van toepassing op