Create intersection of collections

Create intersection of collections

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. You cannot use this operator with constants of Localized string type. Constants of Localized string type can be maintained in multiple languages.

Create intersection of collections