
###############
exchangeIdEqual
###############

.. js:function:: wv.Util.exchangeIdEqual

   .. rst-class:: sig-pretty-signature
   
      | 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.
   
   




