Click or drag to resize

LGSPNodeInstanceOf Method

Returns true, if the typed object is compatible to the given type.

Namespace: de.unika.ipd.grGen.lgsp
Assembly: lgspBackend (in lgspBackend.dll) Version: GrGen.NET 7.1
Syntax
C#
public bool InstanceOf(
	GrGenType otherType
)

Parameters

otherType  GrGenType
 

Return Value

Boolean

Implements

ITypedInstanceOf(GrGenType)
See Also