Method Has
Has(RuntimeFeature)
Checks whether or not this collection has the provided set of RuntimeFeature flags.
public bool Has(RuntimeFeature feature)
Parameters
feature
RuntimeFeature- The feature flags to check.
Returns
Has(ArchitectureFeature)
Checks whether or not this collection has the provided set of ArchitectureFeature flags.
public bool Has(ArchitectureFeature feature)
Parameters
feature
ArchitectureFeature- The feature flags to check.
Returns
Has(SystemFeature)
Checks whether or not this collection has the provided set of SystemFeature flags.
public bool Has(SystemFeature feature)
Parameters
feature
SystemFeature- The feature flags to check.