Click or drag to resize

LGSPNamedGraphDifferentElementWithName Method

returns whether another element than the one given already bears the name

Namespace:  de.unika.ipd.grGen.lgsp
Assembly:  lgspBackend (in lgspBackend.dll) Version: GrGen.NET 7.2
Syntax
C#
protected bool DifferentElementWithName(
	IGraphElement elem,
	string name
)

Parameters

elem
Type: de.unika.ipd.grGen.libGrIGraphElement
name
Type: SystemString

Return Value

Type: Boolean
See Also