Int32Rect.GetHashCode Method

Definition

Creates a hash code from this rectangle's X, Y, Width, and Height values.

public:
 override int GetHashCode();
public override int GetHashCode ();
override this.GetHashCode : unit -> int
Public Overrides Function GetHashCode () As Integer

Returns

This rectangle's hash code.

Applies to