match abstract method

bool match(
  1. T1 elementA,
  2. T1 elementB
)

Implementation

bool match(T1 elementA, T1 elementB);