Function CompareEqual#

Function Documentation#

bool CompareEqual(const std::string &rss1, const std::string &rss2)#

Compare both string ignoring the quotes at the first position and last position.

Parameters:
  • rss1[in] Reference to the first string.

  • rss2[in] Reference to the second string.

Returns:

The comparison result.