 | ContainerHelperNotEqualK, V(DictionaryK, V, DictionaryK, V) Method |
Checks if set/map a is not equal to set/map b.
For a map, key and value must be same to be equal.
Namespace: de.unika.ipd.grGen.libGrAssembly: libGr (in libGr.dll) Version: GrGen.NET 7.1
Syntaxpublic static bool NotEqual<K, V>(
Dictionary<K, V> a,
Dictionary<K, V> b
)
Parameters
- a DictionaryK, V
- A dictionary.
- b DictionaryK, V
- Another dictionary of compatible type to a.
Type Parameters
- K
- V
Return Value
BooleanBoolean result of set/map comparison.
See Also