is_subscope_of


Description:

public bool is_subscope_of (Scope? scope)

Returns whether the specified scope is an ancestor of this scope.

Parameters:

scope

a scope or null for the root scope

Returns:

true if this scope is a subscope of the specified scope, false otherwise