comparison: equal
Synopsis
Declared in <nlohmann/json.hpp>
bool
operator==(const_reference rhs) const noexcept;
Return Value
whether this value is equal to rhs
Parameters
Name |
Description |
rhs |
value to compare this value to |
Created with MrDocs