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