Compares two MigrationVersion objects.

Namespace:  Mindscape.NHibernateModelDesigner.Migrations
Assembly:  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

Return Value

true is the first version is greater than or equal to the second version; otherwise false;

See Also