eq function

bool eq(
  1. dynamic a,
  2. dynamic b
)

Implementation

bool eq(a, b) => a == b;