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