Table of Contents

Operator operator !=

Namespace
Xunit.Sdk
Assembly
xunit.v3.assert.dll

operator !=(AssertEqualityResult?, AssertEqualityResult?)

Determines whether two instances of AssertEqualityResult are not equal.

public static bool operator !=(AssertEqualityResult? left, AssertEqualityResult? right)

Parameters

left

The first value

right

The second value

Returns

bool

Returns true if the values are not equal; false, otherwise.