Method Any
Any(Feature, Feature)
Tests whether any of the features in features
are present in self
.
Declaration
public static bool Any(this Feature self, Feature features)
Parameters
Type | Name | Description |
---|---|---|
Feature | self | The Feature being extended. |
Feature | features | The Features to test against. |
Returns
Type | Description |
---|---|
bool |
|