'Create intersection of collections' operator

Determines the intersection of two lists. For example, if one list contains the numbers 10, 113, and 127, and a second list contains the numbers 1 and 127, the operator returns the number 127. The operator can be used for lists of all data types.

Create intersection of collections