ManyToManyAssociationMappingConfiguration.Equals Method
Determines whether two object instances are equal.
Assembly: EntityFramework (in EntityFramework.dll)
Name | Description | |
---|---|---|
![]() | Equals(ManyToManyAssociationMappingConfiguration) | 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).) |
ManyToManyAssociationMappingConfiguration.Equals Method (ManyToManyAssociationMappingConfiguration)
Determines whether the specified object is equal to the current object.
[EditorBrowsableAttribute(EditorBrowsableState.Never)] public bool Equals( ManyToManyAssociationMappingConfiguration other )
Parameters
- other
-
Type:
System.Data.Entity.ModelConfiguration.Configuration.ManyToManyAssociationMappingConfiguration
The object to compare with the current object.
Return Value
Type: System.Booleantrue if the specified object is equal to the current object; otherwise, false.
ManyToManyAssociationMappingConfiguration.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
The object to compare with the current object.
Return Value
Type: System.Booleantrue if the specified object is equal to the current object; otherwise, false.