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
Bekerjasama dengan kami di GitHub
Sumber untuk kandungan ini boleh didapati di GitHub, di mana anda juga boleh mencipta dan menyemak isu dan menarik permintaan. Untuk maklumat lanjut, lihat panduan penyumbang kami.