compareImageRecords
const compareImageRecords: (a, b) => boolean;
Compare provided ImageRecord
Parameters
| Parameter | Type |
|---|---|
a | ImageRecord |
b | ImageRecord | undefined |
Returns
boolean
true if the two records have the same key and image, false otherwise
const compareImageRecords: (a, b) => boolean;
Compare provided ImageRecord
| Parameter | Type |
|---|---|
a | ImageRecord |
b | ImageRecord | undefined |
boolean
true if the two records have the same key and image, false otherwise