コード例 #1
0
 public override int GetHashCode()
 {
     unchecked
     {
         var hashCode = UserPresence.GetHashCode();
         hashCode = (hashCode * 397) ^ Counter;
         hashCode = (hashCode * 397) ^ (Signature != null ? Signature.GetHashCode() : 0);
         return(hashCode);
     }
 }