/// <summary> /// Returns true, if the graph element is compatible to the given type /// </summary> public bool InstanceOf(GrGenType otherType) { return(lgspType.IsA(otherType)); }