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.