Click or drag to resize
CMSAssertPropertyValuesEqual Method
Asserts two objects by comparing their property values

Namespace: CMS.Tests
Assembly: CMS.Tests (in CMS.Tests.dll) Version: 9.0.0
Syntax
C#
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