Checks if the object is contained in the collection

Namespace: Ico.WPF
Assembly: IcoWPFSpecialized (in IcoWPFSpecialized.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public bool Contains(
	T value
)
Visual Basic
Public Function Contains ( _
	value As T _
) As Boolean
JScript
public function Contains(
	value : T
) : boolean

Parameters

value
Type: T

See Also