numeric Equals
Compares this Scale to another for numeric equivalence, ignoring string representations. Returns true if the values and units are equal, regardless of input format. For example, Scale.fromStrings("3/4", IN, "1", FT) and Scale(0.75f, IN, 1f, FT) are numerically equal but not equal according to equals.