Click or drag to resize

LGSPGraphModelIsEqual Method

Namespace:  de.unika.ipd.grGen.lgsp
Assembly:  lgspBackend (in lgspBackend.dll) Version: GrGen.NET 7.2
Syntax
C#
public virtual bool IsEqual(
	Object this_,
	Object that,
	IDictionary<Object, Object> visitedObjects
)

Parameters

this_
Type: SystemObject
that
Type: SystemObject
visitedObjects
Type: System.Collections.GenericIDictionaryObject, Object

Return Value

Type: Boolean

Implements

IGraphModelIsEqual(Object, Object, IDictionaryObject, Object)
See Also