eq method

bool eq(
  1. Set other
)

判断两个 Set 是否相等

Implementation

bool eq(Set other) => _setEquality.equals(this, other);