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