 | ContainerHelperEqualIDictionary Method |
Checks if set/map a equals 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 EqualIDictionary(
IDictionary a,
IDictionary b
)
Parameters
- a IDictionary
- A dictionary.
- b IDictionary
- Another dictionary of compatible type to a.
Return Value
BooleanBoolean result of set/map comparison.
See Also