 | ContainerHelperGreaterThanK, V Method (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.
Namespace:
de.unika.ipd.grGen.libGr
Assembly:
libGr (in libGr.dll) Version: GrGen.NET 7.2
Syntaxpublic static bool GreaterThan<K, V>(
Dictionary<K, V> a,
Dictionary<K, V> b
)
Parameters
- a
- Type: System.Collections.GenericDictionaryK, V
A dictionary. - b
- Type: System.Collections.GenericDictionaryK, V
Another dictionary of compatible type to a.
Type Parameters
- K
- V
Return Value
Type:
BooleanBoolean result of set/map comparison.
See Also