shallowCompare() function

This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.

shallowCompare() function

Checks if two objects are equal shallowly

Signature

  1. export declare function shallowCompare<T extends {}>(a: T, b: T, cmp?: Cmp): boolean;

Import

  1. import { shallowCompare } from '@grafana/data';

Parameters

ParameterTypeDescription
aT
bT
cmpCmp

Returns:

boolean