Beispiel #1
0
 public override int GetHashCode()
 {
     unchecked
     {
         return((BucketId.GetHashCode() * 397) ^ StreamId.GetHashCode());
     }
 }
Beispiel #2
0
 /// <summary>
 /// Gets the hash code for this <see cref="RateLimitBucket"/>.
 /// </summary>
 /// <returns>The hash code for this <see cref="RateLimitBucket"/>.</returns>
 public override int GetHashCode()
 {
     return(BucketId.GetHashCode());
 }
Beispiel #3
0
 /// <summary>
 /// Gets the hash code for this <see cref="RateLimitBucket"/>.
 /// </summary>
 /// <returns>The hash code for this <see cref="RateLimitBucket"/>.</returns>
 public override int GetHashCode() => BucketId.GetHashCode();