dotConnect for SugarCRM Documentation
Devart.Data.Sugar Namespace / SugarConnectionStringBuilder Class / EquivalentTo Method / EquivalentTo(DbConnectionStringBuilder,Boolean) Method
A DbConnectionStringBuilder object to compare with.

EquivalentTo(DbConnectionStringBuilder,Boolean) Method
Returns a value indicating whether this SugarConnectionStringBuilder object has same parameters as given DbConnectionStringBuilder object.
Syntax
'Declaration
 
Public Overloads Overrides Function EquivalentTo( _
   ByVal connectionStringBuilder As DbConnectionStringBuilder, _
   ByVal loginOnly As Boolean _
) As Boolean
 

Parameters

connectionStringBuilder
A DbConnectionStringBuilder object to compare with.
loginOnly

Return Value

true, if the two objects have same parameters; otherwise, false.
Remarks
Use EquivalentTo to quickly compare two DbConnectionStringBuilder objects. If you need to check only the main connection properties, ensuring that you login to the same place with the same user, set loginOnly to true.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also