ne function

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

Implementation

bool ne(a, b) => a != b;