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 static bool operator <=( MigrationVersion first, MigrationVersion second ) |
Visual Basic (Declaration) |
---|
Public Shared Operator <= ( _ first As MigrationVersion, _ second As MigrationVersion _ ) As Boolean |
Parameters
- first
- Type: Mindscape.NHibernateModelDesigner.Migrations..::.MigrationVersion
The first MigrationVersion to compare.
- second
- Type: Mindscape.NHibernateModelDesigner.Migrations..::.MigrationVersion
The second MigrationVersion to compare.