neq method

bool neq(
  1. Map other
)

判断两个 Map 是否不相等

Implementation

bool neq(Map other) => !eq(other);