public static bool EqualTo(this DynamicTableEntity src, DynamicTableEntity dest)
 {
     return(src.GetHashCodeExt() == dest.GetHashCodeExt());
 }