operator!=#
Fully qualified name: omni::operator!=
Defined in omni/Expected.h
- 
template<typename TValueLhs, typename TErrorLhs, typename TValueRhs, typename TErrorRhs>
constexpr bool omni::operator!=( 
)# Compare the contents of lhs and rhs for inequality.
- Parameters:
 lhs – An omni::expected of one type.
rhs – An omni::expected of a potentially different type.
- Returns:
 trueif the expected types are not equal,falseif they are equal.