Equals Method (C1D365SConnectionStringBuilder)
Checks if two instances of
C1D365SConnectionStringBuilder can be considered equal, for caching and pooling purposes.
'Declaration
Public Overrides NotOverridable Function Equals( _
ByVal As Object _
) As Boolean
public override bool Equals(
object
)
Parameters
- obj
- The second instance of C1D365SConnectionStringBuilder to be checked for equality.
Return Value
A boolean indicating if the two instances can be considered equal.