예제 #1
0
 public override int GetHashCode()
 {
     unchecked
     {
         int hash = 27;
         hash = (13 * hash) + Id.GetHashCode();
         hash = (13 * hash) + BinaryData.GetHashCode();
         return(hash);
     }
 }