Compares two MigrationVersion objects.
Namespace:
Mindscape.NHibernateModelDesigner.MigrationsAssembly: Mindscape.NHibernateModelDesigner.Migrations (in Mindscape.NHibernateModelDesigner.Migrations.dll)
Version: 3.1.0.0 (3.1.0.0)
Syntax
| C# |
|---|
public int CompareTo( MigrationVersion other ) |
| Visual Basic (Declaration) |
|---|
Public Function CompareTo ( _ other As MigrationVersion _ ) As Integer |
Parameters
- other
- Type: Mindscape.NHibernateModelDesigner.Migrations..::.MigrationVersion
The MigrationVersion to be compared to the current one.