bool equalTo(Fraction otherParsed) { return (numerator * otherParsed.denominator) == (otherParsed.numerator * denominator); }