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 ofother
; false
otherwise.
Last updated
Was this helpful?