FeatureFilterCriterion<T>.IsFeatureAvailable(T) Method

Definition

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.

Applies to