notEqual function

VARP notEqual(
  1. VARP a,
  2. VARP b
)

Implementation

VARP notEqual(VARP a, VARP b) => F.notEqual(a, b);