When implemented by a class, determines whether the set contains the specific Object.
[Visual Basic]
Function Contains( _
ByVal value As Object _
) As Boolean
true
if the Object is found in the set;
otherwise, false
.
ISet Interface | ISet Members | Foley.Utilities.Collections Namespace | ISet.Contains Overload List