[]
        
(Showing Draft Content)

C1.AdoNet.Magento.Base.Abstraction.ADOBase.C1OAuth1ConnectionStringBuilder.Equals

Equals Method

Equals(object)

Method that check if two instance C1OAuth1ConnectionStringBuilder can be considered equals considering pooling and caching connection purposes.

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

The second C1OAuth1ConnectionStringBuilder to check whether or not the two C1OAuth1ConnectionStringBuilder are equals.

Returns
Type Description
bool

A boolean indicating if two C1OAuth1ConnectionStringBuilder are equals.

Overrides