ForeignKeyAssociationMappingConfiguration.Equals Method
Determines whether the specified object is equal to the current object.
Assembly: EntityFramework (in EntityFramework.dll)
Name | Description | |
---|---|---|
![]() | Equals(ForeignKeyAssociationMappingConfiguration) | Determines whether the specified object is equal to the current object. |
![]() | Equals(Object) | Determines whether the specified object is equal to the current object.(Overrides Object.Equals(Object).) |
ForeignKeyAssociationMappingConfiguration.Equals Method (ForeignKeyAssociationMappingConfiguration)
Determines whether the specified object is equal to the current object.
[EditorBrowsableAttribute(EditorBrowsableState.Never)] public bool Equals( ForeignKeyAssociationMappingConfiguration other )
Parameters
- other
-
Type:
System.Data.Entity.ModelConfiguration.Configuration.ForeignKeyAssociationMappingConfiguration
A ForeignKeyAssociationMappingConfiguration to compare with the current object.
ForeignKeyAssociationMappingConfiguration.Equals Method (Object)
Determines whether the specified object is equal to the current object.
[EditorBrowsableAttribute(EditorBrowsableState.Never)] public override bool Equals( object obj )
Parameters
- obj
-
Type:
System.Object
An object to compare with the current object.