Function sdv::operator==(const interface_t&, const interface_t&)#
Defined in File interface.h
Function Documentation#
-
bool sdv::operator==(const interface_t &rifcLeft, const interface_t &rifcRight) noexcept#
Compare two interfaces for equality.
- Parameters:
rifcLeft – [in] Reference to the left interface.
rifcRight – [in] Reference to the right interface.
- Returns:
Returns whether both interfaces are equal.