ForeignKeyAssociationMappingConfiguration.Equals Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
Equals(ForeignKeyAssociationMappingConfiguration)
Bestimmt, ob das angegebene Objekt gleich dem aktuellen Objekt ist.
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
public bool Equals(System.Data.Entity.ModelConfiguration.Configuration.ForeignKeyAssociationMappingConfiguration other);
override this.Equals : System.Data.Entity.ModelConfiguration.Configuration.ForeignKeyAssociationMappingConfiguration -> bool
Public Function Equals (other As ForeignKeyAssociationMappingConfiguration) As Boolean
Parameter
Gibt zurück
- Attribute
Gilt für:
Equals(Object)
Bestimmt, ob das angegebene Objekt gleich dem aktuellen Objekt ist.
[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
Parameter
- obj
- Object
Gibt zurück
- Attribute