Click or drag to resize

ScopeTestHelperAssertEquals Method (Object, Object)

Assert that two values equal.

Namespace:  com.espertech.esper.common.client.scopetest
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public static void AssertEquals(
	Object expected,
	Object actual
)

Parameters

expected
Type: SystemObject
expected value
actual
Type: SystemObject
actual value
See Also