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
export declare function shallowCompare<T extends {}>(a: T, b: T, cmp?: Cmp): boolean;
Import
import { shallowCompare } from '@grafana/data';
Parameters
Parameter | Type | Description |
---|---|---|
a | T | |
b | T | |
cmp | Cmp |
Returns:
boolean