DbMigration.Equals Method (Object)
Determines whether this instance is equal to a specified object.
Assembly: EntityFramework (in EntityFramework.dll)
[EditorBrowsableAttribute(EditorBrowsableState.Never)] public override bool Equals( object obj )
Parameters
- obj
-
Type:
System.Object
The object to compare with the current instance.
Return Value
Type: System.Booleantrue if the specified object is equal to the current instance; otherwise, false.