![]() | ContainerHelperGreaterThan Method |
Name | Description | |
---|---|---|
![]() ![]() | GreaterThanK, V(DictionaryK, V, DictionaryK, V) |
Checks if set/map a is a proper superset/map of b.
For a map, key and value must be same to be equal.
|
![]() ![]() | GreaterThanV(ListV, ListV) |
Checks if List a is a proper superlist of b.
Requires a to contain more entries than b and same values at same index for being true.
|
![]() ![]() | GreaterThanV(DequeV, DequeV) |
Checks if Deque a is a proper superdeque of b.
Requires a to contain more entries than b and same values at same position for being true.
|