Determines whether the specified Object is in the LinkedList.
[Visual Basic]
Overrides Overloads Public Function Contains( _
ByVal value As Object _
) As Boolean Implements _
IList.Contains
null
reference (Nothing
in Visual Basic).
true
if value is found in the LinkedList; otherwise, false
.
This method determines equality by calling Equals.
LinkedList Class | LinkedList Members | Foley.Utilities.Collections Namespace | LinkedList.Contains Overload List