DbConnectionInfo.Equals Method (Object)

 

Determines whether the current DbConnectionInfo type is equal to a supplied object type.

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

[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public override bool Equals(
	object obj
)

Parameters

obj
Type: System.Object

An object that the current DbConnectionInfo object is compared to.

Return Value

Type: System.Boolean

true if the current DbConnectionInfo type is equal to the specified object type; otherwise, false.