DataConnector | ComponentOne
C1.AdoNet.ServiceNow Assembly / C1.AdoNet.ServiceNow Namespace / C1ServiceNowConnectionStringBuilder Class / Equals Method
The second C1ServiceNowConnectionStringBuilder to check whether or not the two C1ServiceNowConnectionStringBuilder are equals.

In This Topic
    Equals Method (C1ServiceNowConnectionStringBuilder)
    In This Topic
    Method that check if two instance C1ServiceNowConnectionStringBuilder can be considered equals considering pooling and caching connection purposes.
    Syntax
    'Declaration
     
    Public Overrides NotOverridable Function Equals( _
       ByVal obj As Object _
    ) As Boolean
    public override bool Equals( 
       object obj
    )

    Parameters

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

    Return Value

    A boolean indicating if two C1ServiceNowConnectionStringBuilder are equals.
    See Also