equivalent method

bool equivalent(
  1. Object o
)

Implementation

bool equivalent(Object o) => _eq(o, true);