AkkaSpecExtensions..::..ShouldBe<(Of <(<'T>)>)> Method (IEnumerable<(Of <(<'T>)>)>, IEnumerable<(Of <(<'T>)>)>)

Namespace:  Akka.Tests
Assembly:  Akka.TestKit (in Akka.TestKit.dll)

Syntax


public static void ShouldBe<T>(
	this IEnumerable<T> self,
	IEnumerable<T> other
)
<ExtensionAttribute> _
Public Shared Sub ShouldBe(Of T) ( _
	self As IEnumerable(Of T), _
	other As IEnumerable(Of T) _
)
[ExtensionAttribute]
public:
generic<typename T>
static void ShouldBe(
	IEnumerable<T>^ self, 
	IEnumerable<T>^ other
)

Type Parameters

T

Parameters

self
Type: IEnumerable<(Of <(<'T>)>)>
other
Type: IEnumerable<(Of <(<'T>)>)>