sameItem abstract method

bool sameItem(
  1. T elementA,
  2. T elementB
)

Implementation

bool sameItem(T elementA, T elementB);