IndependentAssociationMappingConfiguration.Equals Method (Object)
This page is specific to the Entity Framework 4.1 release documentation. The Entity Framework 4.1 is built on top of the Entity Framework 4 included in .NET Framework 4. The Entity Framework 4.1 can be downloaded and installed from the Microsoft Download Center. Other versions of the Entity Framework are also available:
Determines whether the specified object is equal to the current object. This method is hidden from IntelliSense.
Namespace: System.Data.Entity.ModelConfiguration.Configuration
Assembly: EntityFramework (in entityframework.dll)
Usage
Syntax
'Declaration
<EditorBrowsableAttribute(EditorBrowsableState.Never)> _
Public Overrides Function Equals ( _
obj As Object _
) As Boolean
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public override bool Equals (
Object obj
)
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
public:
virtual bool Equals (
Object^ obj
) override
/** @attribute EditorBrowsableAttribute(EditorBrowsableState.Never) */
public boolean Equals (
Object obj
)
EditorBrowsableAttribute(EditorBrowsableState.Never)
public override function Equals (
obj : Object
) : boolean
Parameters
- obj
An object.
Return Value
true if the objects are equal; otherwise, false.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows XP Home Edition, Windows XP Professional, Windows Server 2003 , Windows Server 2008, and Windows 2000
Target Platforms
See Also
Reference
IndependentAssociationMappingConfiguration Class
IndependentAssociationMappingConfiguration Members
System.Data.Entity.ModelConfiguration.Configuration Namespace