AGENT.Contrib.Drawing.Point.GetHashCode C# (CSharp) Method

GetHashCode() public method

public GetHashCode ( ) : int
return int
        public override int GetHashCode()
        {
            // auto-generated via resharper
            unchecked
            {
                return (m_X * 397) ^ m_Y;
            }
        }