DataConnector | ComponentOne
C1.AdoNet.ServiceNow Assembly / C1.AdoNet.ServiceNow Namespace / C1ServiceNowConnectionStringBuilder Class / GetHashCode Method

In This Topic
    GetHashCode Method (C1ServiceNowConnectionStringBuilder)
    In This Topic
    Retrieve the mapped hash code of this C1ServiceNowConnectionStringBuilder.
    Syntax
    'Declaration
     
    Public Overrides NotOverridable Function GetHashCode() As Integer
    public override int GetHashCode()

    Return Value

    The mapped hash code of this C1ServiceNowConnectionStringBuilder.
    See Also