.. index:: pair: struct; EE::System::MD5::Result .. _doxid-struct_e_e_1_1_system_1_1_m_d5_1_1_result: struct EE::System::MD5::Result ============================== .. toctree:: :hidden: .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include struct Result { // fields :ref:`Digest` :target:`digest`; // methods std::string :target:`toHexString`() const; bool :target:`operator==`(const Result& other); bool :target:`operator!=`(const Result& other); };