IsAncestorOf(TypeBase)
Last updated
Was this helpful?
Method in TypeBase
Gets whether this type is an ancestor of other .
public bool IsAncestorOf(TypeBase other)Yarn.TypeBase other
The type to check.
true if this type is an ancestor of other ; false otherwise.
Last updated
Was this helpful?
Was this helpful?
