When implemented by a class, determines if the IList contains a specific value.
[Visual Basic] Function Contains( _ ByVal value As Object _ ) As Boolean [C#] bool Contains( object value ); [C++] bool Contains( Object* value ) = 0; [JScript] function Contains( value : Object ) : Boolean;
true if the Object is found in the IList; otherwise, false.
IList Interface | IList Members | System.Collections Namespace