Exemplo n.º 1
0
        public bool Equals(T other)
        {
            Contract.Requires <ArgumentNullException>(other != null);

            return(Genes.Equals(other));
        }
Exemplo n.º 2
0
 public bool Equals(T other)
 {
     return(Genes.Equals(other));
 }