Beispiel #1
0
        public override int GetHashCode()
        {
            int hash = 2039;

            hash = hash * 1553 + State.GetHashCode();
            hash = hash * 1553 + RawCoordinates.GetHashCode();
            hash = hash * 1553 + SmoothedCoordinates.GetHashCode();
            hash = hash * 1553 + LeftEye.GetHashCode();
            hash = hash * 1553 + RightEye.GetHashCode();
            hash = hash * 1553 + TimeStamp.GetHashCode();
            hash = hash * 1553 + TimeStampString.GetHashCode();
            hash = hash * 1553 + IsFixated.GetHashCode();
            return(hash);
        }