UnityEngine.Hash128.operator C# (CSharp) Method

operator() public static method

public static operator ( ) : bool
return bool
        public static bool operator ==(Hash128 hash1, Hash128 hash2)
        {
            return ((((hash1.m_u32_0 == hash2.m_u32_0) && (hash1.m_u32_1 == hash2.m_u32_1)) && (hash1.m_u32_2 == hash2.m_u32_2)) && (hash1.m_u32_3 == hash2.m_u32_3));
        }