PropertyComparer Constructor

Constructor. Use this constructor if there is additional information to report (besides name property and values).

public  PropertyComparer( string name,
	object expected,
	object actual,
	string additionalInfo );

Parameters

name
Name of the property.

expected
Expected value.

actual
Actual value.

additionalInfo
Additional information to go along with the comparer.

Overloads:

public PropertyComparer( string name, object expected, object actual );

See also:

Class PropertyComparer


  Last Updated: 5/23/2007 | © , 2007