コード例 #1
0
 public override int GetHashCode()
 {
     return(NameProduct.ToArray()[0] * 100 + (int)MessageType * 10 + (int)MessageTopic);
 }