EquivalentTo(DbConnectionStringBuilder,Boolean) Method
On this page
Compares the specified connection information in this
DbConnectionStringBuilder object with the specified connection information in the supplied
DbConnectionStringBuilder object.
Syntax
Parameters
- connectionStringBuilder
- The DbConnectionStringBuilder to be compared with this DbConnectionStringBuilder object.
- loginOnly
Return Value
trueif the specified connection information in both of the
DbConnectionStringBuilder objects is equal; otherwise,
false.
See Also