exchangeIdEqual
-
Util.exchangeIdEqual() - exchangeIdEqual(exchangeIdA: string, exchangeIdB: string): boolean
Check if two exchange ids are equal.
Parameters
exchangeIdA: string
the first exchange id to compare.exchangeIdB: string
the second exchange id to compare.Returns: boolean
true or false if exchange ids are equal.