ManyToManyAssociationMappingConfiguration.Equals Method

 

Determines whether two object instances are equal.

Namespace:   System.Data.Entity.ModelConfiguration.Configuration
Assembly:  EntityFramework (in EntityFramework.dll)

NameDescription
System_CAPS_pubmethodEquals(ManyToManyAssociationMappingConfiguration)

Determines whether the specified object is equal to the current object.

System_CAPS_pubmethodEquals(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.Boolean

true 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.Boolean

true if the specified object is equal to the current object; otherwise, false.