Machine.Mta.NameAndHostAddress.GetHashCode C# (CSharp) Method

GetHashCode() public method

public GetHashCode ( ) : Int32
return System.Int32
    public override Int32 GetHashCode()
    {
      return _host.GetHashCode() ^ _name.GetHashCode();
    }