Returns true if value is the same as other's value.
true
other
As opposed to ==, this method does not compare the suffix.
==
bool sameVintage(Vintage other) => value == other.value;