PrincipalValueCollection<T>.Contains(T) Methode
Definition
Gibt true
zurück, wenn sich das angegebene Objekt in der Auflistung befindet, und andernfalls false
.Returns true
if the specified object is in the collection, and false
otherwise.
public:
virtual bool Contains(T value);
public bool Contains (T value);
abstract member Contains : 'T -> bool
override this.Contains : 'T -> bool
Public Function Contains (value As T) As Boolean
Parameter
- value
- T
Ein Objekt.An object.
Gibt zurück
Gibt einen Wert vom Typ bool
zurück.Returns a bool
.