Click or drag to resize

ContainerHelperNotEqual Method

Overload List
  NameDescription
Public methodStatic memberNotEqualK, V(DictionaryK, V, DictionaryK, V)
Checks if set/map a is not equal to set/map b. For a map, key and value must be same to be equal.
Public methodStatic memberNotEqualV(ListV, ListV)
Checks if List a is not equal List b.
Public methodStatic memberNotEqualV(DequeV, DequeV)
Checks if Deque a is not equal Deque b.
Top
See Also