isFeatureInitialize

Checks if a feature is configured and available.

This method provides a safe way to check feature availability before attempting to use it, avoiding exceptions.

Return

true if the feature is configured, false otherwise

Parameters

T

The type of feature to check

See also