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.1
Syntax
C#
protected bool DifferentElementWithName(
	IGraphElement elem,
	string name
)

Parameters

elem  IGraphElement
 
name  String
 

Return Value

Boolean
See Also