Tipic Instant Messaging Platform - Programmer's Reference Guide

ISet.Contains Method 

Is the given object in the set?

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

Parameters

o
The object to search for.

Return Value

True if the object is in the set.

See Also

ISet Interface | bedrock.collections Namespace