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.2
Syntax
C#
public bool InstanceOf(
	GrGenType otherType
)

Parameters

otherType
Type: de.unika.ipd.grGen.libGrGrGenType

Return Value

Type: Boolean

Implements

ITypedInstanceOf(GrGenType)
See Also