Comparison operator
Only MCC objects are allowed to be compared
@override bool operator ==(Object other) { if (other is! MCC) return false; return code == other.code; }