Method Equals
Equals(MigrationStep<TVersion, TTarget>)
Evaluate equality between migration steps.
Declaration
public bool Equals(MigrationStep<TVersion, TTarget> other)
Parameters
| Type | Name | Description |
|---|---|---|
| MigrationStep<TVersion, TTarget> | other | Other step to evaluate. |
Returns
| Type | Description |
|---|---|
| bool | True when the steps are equals. |