ManyToManyAssociationMappingConfiguration.Equals Method

Definition

Overloads

Equals(ManyToManyAssociationMappingConfiguration)

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

Equals(Object)

Equals(ManyToManyAssociationMappingConfiguration)

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

[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
public bool Equals (System.Data.Entity.ModelConfiguration.Configuration.ManyToManyAssociationMappingConfiguration other);
override this.Equals : System.Data.Entity.ModelConfiguration.Configuration.ManyToManyAssociationMappingConfiguration -> bool
Public Function Equals (other As ManyToManyAssociationMappingConfiguration) As Boolean

Parameters

other
ManyToManyAssociationMappingConfiguration

The object to compare with the current object.

Returns

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

Attributes

Applies to

Equals(Object)

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

[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
public override bool Equals (object obj);
override this.Equals : obj -> bool
Public Overrides Function Equals (obj As Object) As Boolean

Parameters

obj
Object

Returns

Attributes

Applies to