Click or drag to resize

EPAssertionUtilCompareRefExactOrder Method

[Missing <summary> documentation for "M:com.espertech.esper.common.client.scopetest.EPAssertionUtil.CompareRefExactOrder(System.Collections.Generic.IList`1,System.Void)"]

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

Parameters

actual
Type: System.Collections.GenericIListT

[Missing <param name="actual"/> documentation for "M:com.espertech.esper.common.client.scopetest.EPAssertionUtil.CompareRefExactOrder(System.Collections.Generic.IList`1,System.Void)"]

expected
Type: SystemVoid

[Missing <param name="expected"/> documentation for "M:com.espertech.esper.common.client.scopetest.EPAssertionUtil.CompareRefExactOrder(System.Collections.Generic.IList`1,System.Void)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:com.espertech.esper.common.client.scopetest.EPAssertionUtil.CompareRefExactOrder(System.Collections.Generic.IList`1,System.Void)"]

See Also