Click or drag to resize

SequenceExpressionGeneratorHelperStructuralEqualStatic Method


Namespace: de.unika.ipd.grGen.lgsp
Assembly: lgspBackend (in lgspBackend.dll) Version: GrGen.NET 7.1
Syntax
C#
public static string StructuralEqualStatic(
	Object leftValue,
	Object rightValue,
	string balancedType,
	string leftType,
	string rightType,
	IGraphModel model
)

Parameters

leftValue  Object
 
rightValue  Object
 
balancedType  String
 
leftType  String
 
rightType  String
 
model  IGraphModel
 

Return Value

String
See Also