AsyncStateToken.Inequality(AsyncStateToken, AsyncStateToken) Operator
Definition
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
Parameters
- left
- AsyncStateToken
Left argument of the comparison.
- right
- AsyncStateToken
Right argument of the comparison.
Returns
true
when not equal, false
otherwise.
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.