Method SymmetricDifference
SymmetricDifference(Feature, Feature)
Computes the symmetric difference (that is,
the set of all features that belong to exactly one of self and features,
present in one but not both).
Declaration
public static Feature SymmetricDifference(this Feature self, Feature features)
Parameters
| Type | Name | Description |
|---|---|---|
| Feature | self | The Feature being extended. |
| Feature | features | Features with which to compute the symmetric difference against |
Returns
| Type | Description |
|---|---|
| Feature | The symmetric difference of |