ForeignKeyAssociationMappingConfiguration.Equals Method

 

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

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

NameDescription
System_CAPS_pubmethodEquals(ForeignKeyAssociationMappingConfiguration)

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).)


ForeignKeyAssociationMappingConfiguration.Equals Method (ForeignKeyAssociationMappingConfiguration)

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

[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public bool Equals(
	ForeignKeyAssociationMappingConfiguration other
)

Return Value

Type: System.Boolean

true if the objects are equal; otherwise, false.


ForeignKeyAssociationMappingConfiguration.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

An object to compare with the current object.

Return Value

Type: System.Boolean

true if the objects are equal; otherwise, false.