AreBoxedValuesEqual()

System::TestPredicates::Details::SharedPtrAsserts::AreBoxedValuesEqual(const char *, const char *, const SharedPtr<BoxedValueBase>&, const SharedPtr<BoxedValueBase>&) function

Equal-compares two Boxed types.

testing::AssertionResult System::TestPredicates::Details::SharedPtrAsserts::AreBoxedValuesEqual(const char *lhs_expr, const char *rhs_expr, const SharedPtr<BoxedValueBase> &lhs, const SharedPtr<BoxedValueBase> &rhs)

Arguments

ParameterTypeDescription
lhs_exprconst char *LHS expression.
rhs_exprconst char *RHS expression.
lhsconst SharedPtr<BoxedValueBase>&LHS value.
rhsconst SharedPtr<BoxedValueBase>&RHS value.

Return Value

gtest-styled assertion result.

See Also