has abstract method

bool has(
  1. S2Choice<T> choice
)

Returns true if the chosen contains the supplied choice item

Implementation

bool has(S2Choice<T> choice);