isEnabled abstract method

bool isEnabled(
  1. Feature feature
)

Queries whether the given feature is contained in this feature set.

Implementation

bool isEnabled(Feature feature);