Extracted from Pike v8.0 release 164 as of 2016-04-05.
   

Method ADT.Set()->`==()


Method `==

bool res = ADT.Set() == other

Description

Equality. A == B returns true if all items in A are present in B, and all items in B are present in A. Otherwise, it returns false.