Click or drag to resize

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.libGr
Assembly:  libGr (in libGr.dll) Version: GrGen.NET 7.2
Syntax
C#
public static bool EqualIDictionary(
	IDictionary a,
	IDictionary b
)

Parameters

a
Type: System.CollectionsIDictionary
A dictionary.
b
Type: System.CollectionsIDictionary
Another dictionary of compatible type to a.

Return Value

Type: Boolean
Boolean result of set/map comparison.
See Also