System.Data.ProviderBase.DbConnectionPoolIdentity.GetHashCode C# (CSharp) Method

GetHashCode() public method

public GetHashCode ( ) : int
return int
        override public int GetHashCode()
        {
            return _hashCode;
        }
    }