TypeBase.IsAncestorOf(TypeBase)

Method in TypeBase

Summary

Gets whether this type is an ancestor of other .

public bool IsAncestorOf(TypeBase other)

Parameters

NameDescription
Yarn.TypeBase otherThe type to check.

Returns

true if this type is an ancestor of other ; false otherwise.