Click or drag to resize

SequenceExpressionGeneratorHelperStructuralEqualStatic Method

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

Parameters

leftValue
Type: SystemObject
rightValue
Type: SystemObject
balancedType
Type: SystemString
leftType
Type: SystemString
rightType
Type: SystemString
model
Type: de.unika.ipd.grGen.libGrIGraphModel

Return Value

Type: String
See Also