Click or drag to resize

ContainerHelperLessThan Method

Overload List
 NameDescription
Public methodStatic memberLessThanV(DequeV, DequeV) Checks if Deque a is a proper subseque of b. Requires a to contain less entries than b and same values at same position for being true.
Public methodStatic memberLessThanV(ListV, ListV) Checks if List a is a proper sublist of b. Requires a to contain less entries than b and same values at same index for being true.
Public methodStatic memberLessThanK, V(DictionaryK, V, DictionaryK, V) Checks if set/map a is a proper subset/map of b. For a map, key and value must be same to be equal.
Top
See Also