Click or drag to resize
EqualsTesterAddEqualityGroup Method
Adds an equality group to the tester.

Namespace: Capgemini.CommonObjectUtils.Testing
Assembly: Capgemini.CommonObjectUtils (in Capgemini.CommonObjectUtils.dll) Version: 1.3.0.0
Syntax
public EqualsTester AddEqualityGroup(
	params Object[] groupItems
)

Parameters

groupItems
Type: SystemObject
A set of objects that should all be equal according to the Equals() method.

Return Value

Type: EqualsTester
The EqualsTester for chaining calls.
See Also