Evbpc.Framework.Drawing.Size.GetHashCode C# (CSharp) Method

GetHashCode() public method

Gets a hash code for the current Size.
public GetHashCode ( ) : int
return int
        public override int GetHashCode() => base.GetHashCode();