Click or drag to resize

EPAssertionUtilCompareEqualsExactOrder Method

Compare the events in the two object arrays assuming the exact same order.

Namespace:  com.espertech.esper.common.client.scopetest
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public static bool CompareEqualsExactOrder(
	EventBean[] actual,
	EventBean[] expected
)

Parameters

actual
Type: com.espertech.esper.common.clientEventBean
is the actual results
expected
Type: com.espertech.esper.common.clientEventBean
is the expected values

Return Value

Type: Boolean
indicate whether compared successfully
See Also