SetTIntersectionWith Method |
Namespace: X3Platform.Collections
Exception | Condition |
---|---|
InvalidOperationException | This set and otherSet don't use the same method for comparing items. |
When equal items appear in both sets, the intersection will include an arbitrary choice of one of the two equal items.
The intersection of two sets is computed in time O(N), where N is the size of the smaller set.