AsyncStateToken.Equality(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 ( = ) : 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 equal, false
otherwise.
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.