loseTo method

bool loseTo(
  1. Hand hand
)

Implementation

bool loseTo(Hand hand) {
  return (compare(hand) > 0);
}