The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

UR::BoolExpr::Template::PropertyComparison::In - perform an In test

DESCRIPTION

Returns true if any of the property's values appears in the comparison value list. Think of 'in' as short for 'intersect', and not just SQL's 'IN' operator.