Method None
None(Feature, Feature)
Tests whether there are any common features between self and features.
Declaration
public static bool None(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 |
|