IsNot constant

Op const IsNot

'IS NOT' relational comparision operator

Implementation

static const Op IsNot = const Op._(8, 'IS NOT');