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 ofother ; false otherwise.

Last updated

Was this helpful?