bool operator == (Object other)
override
@override bool operator ==(Object other) { if (other is Bits) { return $value == other.$value; } return false; }