cmp abstract method

int cmp(
  1. Object first,
  2. Object second
)

compares two values as keys to determine equality and ordering for IndexedDB operations, such as storing and iterating.

Implementation

int cmp(Object first, Object second);