Function sdv::operator>(const sdv::any_t&, const sdv::any_t&)# Defined in File any.h Function Documentation# bool sdv::operator>(const sdv::any_t &ranyVal1, const sdv::any_t &ranyVal2)# Greater than comparison operator. Parameters: ranyVal1 – [in] Reference to the any value to compare with. ranyVal2 – [in] Reference to the any value to compare with. Returns: The result of the comparison.