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
Tehke meiega GitHubis koostööd
Selle sisu allika leiate GitHubist, kus saate ka probleeme luua ja läbi vaadata ning päringuid teha. Lisateavet leiate meie kaasautorite juhendist.