FeatureFilterCriterion<T>.IsFeatureAvailable(T) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Determines whether the specified feature is available.
public:
bool IsFeatureAvailable(T feature);
public bool IsFeatureAvailable(T feature);
member this.IsFeatureAvailable : 'T -> bool
Public Function IsFeatureAvailable (feature As T) As Boolean
Parameters
- feature
- T
The feature to query.
Returns
true if the specified feature is available; otherwise, false.