This version of Unity is unsupported.

Vector4EqualityComparer.GetHashCode

Declaration

public int GetHashCode(Vector4 vec4);

Parameters

vec4 The Vector4 object for which the hash code is to be computed.

Returns

int The hash code.

Description

Hash code implementation which returns same hash code for all equal Vector4 objects.