Example #1
0
 public virtual bool Equals(CryptoHashCodeTable table)
 {
     return(!ReferenceEquals(table, null) && (ReferenceEquals(table, this) || this.ContentsEqual(table)));
 }
Example #2
0
 public static CryptoHashCode GenerateUID(CryptoHashCodeTable table)
 {
     return(CryptoGenerator.GenHashCode(CryptoHashType.MD5, String.Join("+", table)));
 }