BExplorer.Shell.Interop.User32.RECT.GetHashCode C# (CSharp) Méthode

GetHashCode() public méthode

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