Logical equality.
@override Logic eq(dynamic other) { _verifyCompatible(other); return super.eq(other); }