コード例 #1
0
        public override int GetHashCode()
        {
            int hashCode = 2132540932;

            hashCode = hashCode * -1521134295 + NumPregunta.GetHashCode();
            hashCode = hashCode * -1521134295 + NumRespuesta.GetHashCode();
            return(hashCode);
        }
コード例 #2
0
ファイル: Pregunta.cs プロジェクト: EmbieAlieva/SerONoSer
 public override int GetHashCode()
 {
     return(-2028783955 + NumPregunta.GetHashCode());
 }