return new HashSet<SomeObject>(list).equals(set); ...which just identifies the unique elements of list and verifies that that matches set ...
確定! 回上一頁