isSelected abstract method

bool isSelected(
  1. T value
)

Returns whether an item is selected.

Implementation

bool isSelected(T value);