Table of Contents

Can

Methods
public static bool Can(this HostAuthority authority, HostAuthority feature)

Checks if a specific feature is enabled.

Parameters
Type Name Description
HostAuthority authority

Feature flags.

HostAuthority feature

The feature flag you want to check for.

Returns
Type Description
bool

True if the authority flags has feature flag enabled.