Click or drag to resize
weroSoft AG, Software
ObservableViewModelCollectionTContains Method
The documentation is integral part of the weroSoft product documentation. This part is intended to be used by developers only.
Determines whether an element is in the Collection.

Namespace:  WeroSoft.Collections.Generics
Assembly:  WeroSoft.Windows.Library (in WeroSoft.Windows.Library.dll) Version: 3.0 Pre-Release
Syntax
C#
public bool Contains(
	T item
)

Parameters

item
Type: T
The object to locate in the Collection. The value can be null for reference types.

Return Value

Type: Boolean
True if item is found in the Collection<T>; otherwise,false.

Implements

ICollectionTContains(T)
See Also