Method | Description | |
---|---|---|
CompareHands ( IHand firstHand, IHand secondHand ) : int | ||
IsFlush ( IHand hand ) : bool | ||
IsFourOfAKind ( IHand hand ) : bool | ||
IsFullHouse ( IHand hand ) : bool | ||
IsHighCard ( IHand hand ) : bool | ||
IsOnePair ( IHand hand ) : bool | ||
IsStraight ( IHand hand ) : bool | ||
IsStraightFlush ( IHand hand ) : bool | ||
IsThreeOfAKind ( IHand hand ) : bool | ||
IsTwoPair ( IHand hand ) : bool | ||
IsValidHand ( IHand hand ) : bool |
public CompareHands ( IHand firstHand, IHand secondHand ) : int | ||
firstHand | IHand | |
secondHand | IHand | |
return | int |