Beispiel #1
0
    // Update is called once per frame
    void Update()
    {
        _hash1 = _input1.GetHashCode();
        _hash2 = _input2.GetHashCode();

        areSame      = _input1.Equals(_input2);
        sameHashCode = _hash1 == _hash2;
    }