EquivalentTo(DbConnectionStringBuilder,Boolean) Method
Compares the specified connection information in this
DbConnectionStringBuilder object with the specified connection information in the supplied
DbConnectionStringBuilder object.
Parameters
- connectionStringBuilder
- The DbConnectionStringBuilder to be compared with this DbConnectionStringBuilder object.
- loginOnly
- If this parameter is true, only the following DbConnectionStringBuilder properties are compared:
If this parameter is false, all the DbConnectionStringBuilder properties are compared.
Return Value
trueif the specified connection information in both of the
DbConnectionStringBuilder objects is equal; otherwise,
false.