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
Parameter | Type | Description |
---|---|---|
lhs_expr | const char * | LHS expression. |
rhs_expr | const char * | RHS expression. |
lhs | const SharedPtr<BoxedValueBase>& | LHS value. |
rhs | const SharedPtr<BoxedValueBase>& | RHS value. |
Return Value
gtest-styled assertion result.
See Also
- Typedef SharedPtr
- Class BoxedValueBase
- Namespace System::TestPredicates::Details::SharedPtrAsserts
- Library Aspose.Slides