Matrix3D.GetHashCode Method

Definition

Returns the hash code for this matrix.

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

Returns

The hash code for this matrix.

Remarks

This struct represents the .NET projection of the Windows Runtime (WinRT) Matrix3D struct. For more information, see Matrix3D in the UWP API reference.

Applies to