public override int GetHashCode() { int hash = 1; hash ^= ResultMap.GetHashCode(); if (Answer.Length != 0) { hash ^= Answer.GetHashCode(); } if (Status != 0) { hash ^= Status.GetHashCode(); } return(hash); }