Example #1
0
 public override int GetHashCode(Object x)
 {
     return(binaryType.GetHashCode(ToBytes(x)));
 }
Example #2
0
 public override int GetHashCode(Object x, EntityMode entityMode)
 {
     return(binaryType.GetHashCode(ToBytes(x), entityMode));
 }