Determines whether the specified Object is in the set.
[Visual Basic]
Overridable Overloads Public Function Contains( _
ByVal value As Object _
) As Boolean Implements _
ISet.Contains
if the Object is found in the set;
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.
SetBase Class | SetBase Members | Foley.Utilities.Collections Namespace | SetBase.Contains Overload List