Returns true if value is greater than other's value.
true
other
bool operator >(Vintage other) => value > other.value;