 | ContainerHelperDeeplyEqualSetV(DictionaryV, SetValueType, DictionaryV, SetValueType, IDictionaryObject, Object, IDictionaryObject, Object, IDictionaryObject, Object) Method |
Namespace: de.unika.ipd.grGen.libGrAssembly: libGr (in libGr.dll) Version: GrGen.NET 7.1
Syntaxpublic static bool DeeplyEqualSet<V>(
Dictionary<V, SetValueType> this_,
Dictionary<V, SetValueType> that,
IDictionary<Object, Object> visitedObjects,
IDictionary<Object, Object> matchedObjectsFromThis,
IDictionary<Object, Object> matchedObjectsFromThat
)
Parameters
- this_ DictionaryV, SetValueType
-
- that DictionaryV, SetValueType
-
- visitedObjects IDictionaryObject, Object
-
- matchedObjectsFromThis IDictionaryObject, Object
-
- matchedObjectsFromThat IDictionaryObject, Object
-
Type Parameters
- V
Return Value
Boolean
See Also