Calitha GOLD Parser Engine Documentation

ISet.Contains Method 

Determines if the set contains and object.

bool Contains(
   object obj
);

Parameters

obj
The object to search for.

Return Value

True of the set contains it, otherwise false.

See Also

ISet Interface | com.calitha.commons Namespace