Determines whether the specified Object is in the list.
[Visual Basic]
Overridable Overloads Public Function Contains( _
ByVal value As Object _
) As Boolean Implements _
IList.Contains
if the Object is found in the list;
otherwise, true
false
.
This method determines equality by calling Equals.
Keep in mind that the Object to locate can be a
null
reference (Nothing
in Visual Basic). If you do
not want this behaviour you must override this method.
List2Base Class | List2Base Members | Foley.Utilities.Collections Namespace | List2Base.Contains Overload List