Determines whether the MigrationVersion is equal to another object.
Namespace:
Mindscape.NHibernateModelDesigner.MigrationsAssembly: Mindscape.NHibernateModelDesigner.Migrations (in Mindscape.NHibernateModelDesigner.Migrations.dll)
Version: 3.1.0.0 (3.1.0.0)
Syntax
C# |
---|
public override bool Equals( Object obj ) |
Visual Basic (Declaration) |
---|
Public Overrides Function Equals ( _ obj As Object _ ) As Boolean |
Parameters
- obj
- Type: System..::.Object
The object to compare with the current MigrationVersion.