DbConnectionInfo.Equals Method (Object)
Determines whether the current DbConnectionInfo type is equal to a supplied object type.
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.Booleantrue if the current DbConnectionInfo type is equal to the specified object type; otherwise, false.