Eq constant

Op const Eq

'is equal to' relational comparision operator

Implementation

static const Op Eq = const Op._(0, '=');