Method Match
Match(Action)
Check if the action matches the action creator.
Declaration
public bool Match(Action action)
Parameters
| Type | Name | Description |
|---|---|---|
| Action | action | The action creator. |
Returns
| Type | Description |
|---|---|
| bool | True if the action matches the action creator. |