public override int GetHashCode(Object x) { return(binaryType.GetHashCode(ToBytes(x))); }
public override int GetHashCode(Object x, EntityMode entityMode) { return(binaryType.GetHashCode(ToBytes(x), entityMode)); }