TypeBase.IsAncestorOf(TypeBase)
Method in TypeBase
Summary
Gets whether this type is an ancestor of other .
public bool IsAncestorOf(TypeBase other)Parameters
| Name | Description |
|---|---|
| Yarn.TypeBase other | The type to check. |
Returns
true if this type is an ancestor of
other ; false
otherwise.