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


Method `>

bool res = ADT.Set() > other

Description

True superset. A > B returns true if each item in B is also present in A, and A contains at least one item not present in B.i