![]() | ContainerHelperNotEqual Method |
Name | Description | |
---|---|---|
![]() ![]() | NotEqualK, 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.
|
![]() ![]() | NotEqualV(ListV, ListV) |
Checks if List a is not equal List b.
|
![]() ![]() | NotEqualV(DequeV, DequeV) |
Checks if Deque a is not equal Deque b.
|