For the complete documentation index, see llms.txt. This page is also available as Markdown.

IsAncestorOf(TypeBase)

Method in TypeBase

Summary

Gets whether this type is an ancestor of other .

public bool IsAncestorOf(TypeBase other)

Parameters

Name
Description

The type to check.

Returns

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

Last updated

Was this helpful?