ManyToManyAssociationMappingConfiguration.Equals 方法

定义

重载

Equals(ManyToManyAssociationMappingConfiguration)

确定指定对象是否等于当前对象。

Equals(Object)

Equals(ManyToManyAssociationMappingConfiguration)

确定指定对象是否等于当前对象。

[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

参数

other
ManyToManyAssociationMappingConfiguration

要与当前对象进行比较的对象。

返回

如果指定的对象等于当前对象,则为 true;否则为 false。

属性

适用于

Equals(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

参数

obj
Object

返回

属性

适用于