Esempio n. 1
0
 /// <summary>
 /// Gets the hash code of this node gene. Is the ConnectionGenePattern hash code as well.
 /// </summary>
 /// <returns>The hash code.</returns>
 public override int GetHashCode()
 {
     return(NodeGenePattern.GetHashCode());
 }