CommonObjectEqual CallableCommonObjectEqual<T>(rec1, rec2): rec2 is TReturn whether two records are equivalent for all fields as returned by Object.keys.@notedoes not support the comparison of nested structures.Parametersrec1: Trec2: unknownReturns rec2 is T
Return whether two records are equivalent for all fields as returned by Object.keys.
does not support the comparison of nested structures.