IrcShark.Chatting.Irc.IrcLine.GetHashCode C# (CSharp) Method

GetHashCode() public method

Returns a hashcode of this object.
public GetHashCode ( ) : int
return int
        public override int GetHashCode()
        {
            return ToString().GetHashCode();
        }