共用方式為


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

傳回

屬性

適用於