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
expectedTThe expected object
actualTThe actual object
Type Parameters
TThe type of the objects to be compared