Foley .NET Utilities Class Library

ISet.Contains Method (Object)

When implemented by a class, determines whether the set contains the specific Object.

[Visual Basic]
Function Contains( _
   ByVal value As Object _
) As Boolean
[C#]
bool Contains(
   object value
);

Parameters

value
The Object to locate in the set.

Return Value

true if the Object is found in the set; otherwise, false.

See Also

ISet Interface | ISet Members | Foley.Utilities.Collections Namespace | ISet.Contains Overload List