Method IsAncestorOf
IsAncestorOf(uint, uint)
Test if an occurrence is an ancestor of another one.
Declaration
[HandleProcessCorruptedStateExceptions]
public bool IsAncestorOf(uint maybeAncestor, uint occurrence)
Parameters
| Type | Name | Description |
|---|---|---|
| uint | maybeAncestor | The potential ancestor of the occurrence |
| uint | occurrence | The occurrence to test |
Returns
| Type | Description |
|---|---|
| bool |