neq method

bool neq(
  1. Set other
)

判断两个 Set 是否不相等

Implementation

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