areItemsTheSame abstract method

bool areItemsTheSame(
  1. T a,
  2. T b
)

decide whether two object represent the same Item

Implementation

bool areItemsTheSame(T a, T b);