Click or drag to resize

GraphMatchingStateIsIsomorph Method (LGSPGraph, LGSPGraph, Boolean)

Namespace:  de.unika.ipd.grGen.lgsp
Assembly:  lgspBackend (in lgspBackend.dll) Version: GrGen.NET 7.2
Syntax
C#
public bool IsIsomorph(
	LGSPGraph this_,
	LGSPGraph that,
	bool includingAttributes
)

Parameters

this_
Type: de.unika.ipd.grGen.lgspLGSPGraph
that
Type: de.unika.ipd.grGen.lgspLGSPGraph
includingAttributes
Type: SystemBoolean

Return Value

Type: Boolean
See Also