Exemplo n.º 1
0
 public override int GetHashCode()
 {
     return(HashUtil.getIntHashCode(this.ToString()));
 }
Exemplo n.º 2
0
 public long GetLongPartitionKey()
 {
     return(HashUtil.getLongHashCode(this.ToString()));
 }