Click or drag to resize
TestUtilitiesTestSimpleEquals Method
Tests that an object whose Equals method tests all of its public properties is behaving correctly. Only works with objects that have a simple constructor.

Namespace: Test.Framework
Assembly: Test.Framework (in Test.Framework.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static void TestSimpleEquals(
	Type type,
	bool expectedEquals
)

Parameters

type
Type: SystemType
expectedEquals
Type: SystemBoolean
See Also