[]
        
(Showing Draft Content)

C1.AdoNet.ServiceNow.C1ServiceNowConnectionStringBuilder.Equals

Equals Method

Equals(object)

Method that check if two instance C1ServiceNowConnectionStringBuilder 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 C1ServiceNowConnectionStringBuilder to check whether or not the two C1ServiceNowConnectionStringBuilder are equals.

Returns
Type Description
bool

A boolean indicating if two C1ServiceNowConnectionStringBuilder are equals.

Overrides