Tipic Instant Messaging Platform - Programmer's Reference Guide

ISet.Intersection Method 

Return a new collection that contains all of the items that are in this list *and* the other set.

[Visual Basic]
Function Intersection( _
   ByVal other As ISet _
) As ISet
[C#]
ISet Intersection(
   ISet other
);

See Also

ISet Interface | bedrock.collections Namespace