[]
        
(Showing Draft Content)

C1.AdoNet.D365S.C1D365SConnectionStringBuilder.Equals

Equals Method

Equals(object)

Checks if two instances of C1D365SConnectionStringBuilder can be considered equal, for caching and pooling purposes.

Declaration
public override bool Equals(object obj)
Parameters
Type Name Description
object obj

The second instance of C1D365SConnectionStringBuilder to be checked for equality.

Returns
Type Description
bool

A boolean indicating if the two instances can be considered equal.

Overrides