Function toml_parser::CompareEqual#

Function Documentation#

bool toml_parser::CompareEqual(const std::string &rssToml1, const std::string &rssToml2)#

Compare the content of TOML string with the content of another TOML string. Use internal TOML parser for the comparison.

Parameters:
  • rssToml1[in] Reference to the first TOML string to compare with the second TOML string.

  • rssToml2[in] Reference to the second TOML string to compare with the first TOML string.

Returns:

The comparison result.