Home > @holochain/client > isSameCell
Check if two cell ids are identical.
Signature:
isSameCell: (cellId1: CellId, cellId2: CellId) => boolean
Parameter |
Type |
Description |
---|---|---|
cellId1 |
Cell id 1 to compare. | |
cellId2 |
Cell id 1 to compare. |
boolean
True if the cell ids are identical.