AsyncStateToken.Inequality(AsyncStateToken, AsyncStateToken) Operator
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Compares two instances.
public:
static bool operator !=(Microsoft::Extensions::AsyncState::AsyncStateToken left, Microsoft::Extensions::AsyncState::AsyncStateToken right);
public static bool operator != (Microsoft.Extensions.AsyncState.AsyncStateToken left, Microsoft.Extensions.AsyncState.AsyncStateToken right);
static member op_Inequality : Microsoft.Extensions.AsyncState.AsyncStateToken * Microsoft.Extensions.AsyncState.AsyncStateToken -> bool
Public Shared Operator != (left As AsyncStateToken, right As AsyncStateToken) As Boolean
- left
- AsyncStateToken
Left argument of the comparison.
- right
- AsyncStateToken
Right argument of the comparison.
true
when not equal, false
otherwise.
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) |
Werk met ons samen op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en bekijken. Raadpleeg onze gids voor inzenders voor meer informatie.
Feedback over .NET
.NET is een opensourceproject. Selecteer een koppeling om feedback te geven: