AsyncStateToken.Inequality(AsyncStateToken, AsyncStateToken) Operator

Definition

Compares two instances.

public static bool operator != (Microsoft.Extensions.AsyncState.AsyncStateToken left, Microsoft.Extensions.AsyncState.AsyncStateToken right);

Parameters

left
AsyncStateToken

Left argument of the comparison.

right
AsyncStateToken

Right argument of the comparison.

Returns

true when not equal, false otherwise.

Applies to

Product Versies
.NET 6 (package-provided), 8 (package-provided), 9 (package-provided)
.NET Framework 4.7 (package-provided), 4.7.1 (package-provided), 4.7.2 (package-provided), 4.8 (package-provided)