Click or drag to resize
Akka.NETAkkaAssertEqualityComparerT Constructor

Namespace:  Akka.TestKit.Xunit.Internals
Assembly:  Akka.TestKit.Xunit (in Akka.TestKit.Xunit.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public AkkaAssertEqualityComparer(
	bool skipTypeCheck = false,
	IEqualityComparer innerComparer = null
)

Parameters

skipTypeCheck (Optional)
Type: SystemBoolean
Set to true to skip type equality checks.
innerComparer (Optional)
Type: System.CollectionsIEqualityComparer
The inner comparer to be used when the compared objects are enumerable.
See Also