예제 #1
0
파일: Card.cs 프로젝트: detmach/SharpIrcBot
 public override int GetHashCode()
 {
     return(Color.GetHashCode() + 5 * Value.GetHashCode());
 }