Click or drag to resize

ScopeTestHelperAssertSame Method (Object, Object)

Assert that two values are the same.

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

Parameters

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