Ejemplo n.º 1
0
        public override int GetHashCode()
        {
            int hash = 337;

            hash = hash * 797 + RawCoordinates.GetHashCode();
            hash = hash * 797 + SmoothedCoordinates.GetHashCode();
            hash = hash * 797 + PupilCenterCoordinates.GetHashCode();
            hash = hash * 797 + PupilSize.GetHashCode();
            return(hash);
        }
Ejemplo n.º 2
0
        public override int GetHashCode()
        {
            int hash = 2039;

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