Click or drag to resize

SequenceExpressionExecutionHelperStructuralEqualObjects Method


Namespace: de.unika.ipd.grGen.libGr
Assembly: libGr (in libGr.dll) Version: GrGen.NET 7.1
Syntax
C#
public static bool StructuralEqualObjects(
	Object leftValue,
	Object rightValue,
	string balancedType,
	string leftType,
	string rightType,
	IGraph graph
)

Parameters

leftValue  Object
 
rightValue  Object
 
balancedType  String
 
leftType  String
 
rightType  String
 
graph  IGraph
 

Return Value

Boolean
See Also