BExplorer.Shell.Interop.User32.RECT.GetHashCode C# (CSharp) Метод

GetHashCode() публичный Метод

public GetHashCode ( ) : int
Результат int
			public override int GetHashCode() {
				return ((System.Drawing.Rectangle)this).GetHashCode();
			}