FunctionsCommonObjectEqualCommonObjectEqual CallableCommonObjectEqual<T>(rec1: T, rec2: unknown): rec2 is TReturn whether two records are equivalent for all fields as returned by Object.keys.@notedoes not support the comparison of nested structures.Type parametersTParametersrec1: 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.