public override int GetHashCode() { var hash = 397 ^ _data.GetHashCode(); hash = (hash * 397) ^ DisplayIndex.GetHashCode(); hash = (hash * 397) ^ _partialMessage.GetHashCode(); return(hash); }