shouldRebuild method

bool shouldRebuild(
  1. K v1,
  2. K v2
)

Implementation

bool shouldRebuild(K v1, K v2) => v1 != v2;