CMSAssertPropertyValuesEqual Method |
Asserts two objects by comparing their property values
Namespace: CMS.TestsAssembly: CMS.Tests (in CMS.Tests.dll) Version: 9.0.0
Syntax public static void PropertyValuesEqual(
Object actual,
Object expected,
Func<PropertyInfo, bool> condition = null
)
Parameters
- actual
- Type: SystemObject
Current object - expected
- Type: SystemObject
Expected object - condition (Optional)
- Type: SystemFuncPropertyInfo, Boolean
Property condition
See Also