Exemplo n.º 1
0
 public override int GetHashCode()
 {
     return(((int)this.Algorithm) ^ Fnv1.ComputeHash32(this.Value));
 }
Exemplo n.º 2
0
 protected override void Initialize()
 {
     _hashCode = (this.Id != null) ? Fnv1.ComputeHash32(this.Id) : 0;
 }
Exemplo n.º 3
0
 public override int GetHashCode()
 {
     return((this.Id != null) ? Fnv1.ComputeHash32(this.Id) : 0);
 }