Click or drag to resize

ContainerHelperGreaterThan Method

Overload List
 NameDescription
Public methodStatic memberGreaterThanV(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.
Public methodStatic memberGreaterThanV(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.
Public methodStatic memberGreaterThanK, 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.
Top
See Also