Exemple #1
0
 /// <summary>
 /// Return the HashCode of this object.
 /// </summary>
 /// <returns>The HashCode of this object.</returns>
 public override Int32 GetHashCode()
 {
     unchecked
     {
         return(_eMAId.GetHashCode() * 17 ^ _PIN.GetHashCode());
     }
 }