Method Contains
Contains(BaseTransaction)
Tells whether or not this Store instance contains the given transaction.
Declaration
public bool Contains(BaseTransaction transaction)
Parameters
| Type | Name | Description |
|---|---|---|
| BaseTransaction | transaction | The BaseTransaction instance to find. |
Returns
| Type | Description |
|---|---|
| bool |
|