EntityTypeConfiguration<TEntityType>.Equals Method (Object)
Returns whether the specified configuration model is equal to the current configuration model.
Assembly: EntityFramework (in EntityFramework.dll)
[EditorBrowsableAttribute(EditorBrowsableState.Never)] public override bool Equals( object obj )
Parameters
- obj
-
Type:
System.Object
The model to compare with the current object.
Return Value
Type: System.Booleantrue if the specified configuration model is equal to the current configuration model; otherwise, false.