Table of Contents

Method NotStrictEqual

Namespace
Xunit
Assembly
xunit.v3.assert.dll

NotStrictEqual<T>(T, T)

Verifies that two objects are strictly not equal, using the type's default comparer.

public static void NotStrictEqual<T>(T expected, T actual)

Parameters

expected T

The expected object

actual T

The actual object

Type Parameters

T

The type of the objects to be compared