Method All
All(Feature, Feature)
Tests whether all the features in features are present in self.
Declaration
public static bool All(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 |
|