Skip to content

Latest commit

 

History

History
71 lines (34 loc) · 823 Bytes

client.issamecell.md

File metadata and controls

71 lines (34 loc) · 823 Bytes

Home > @holochain/client > isSameCell

isSameCell() function

Check if two cell ids are identical.

Signature:

isSameCell: (cellId1: CellId, cellId2: CellId) => boolean

Parameters

Parameter

Type

Description

cellId1

CellId

Cell id 1 to compare.

cellId2

CellId

Cell id 1 to compare.

**Returns:**

boolean

True if the cell ids are identical.