BExplorer.Shell.Interop.User32.RECT.GetHashCode C# (CSharp) Method

GetHashCode() public method

public GetHashCode ( ) : int
return int
			public override int GetHashCode() {
				return ((System.Drawing.Rectangle)this).GetHashCode();
			}