CancellationTokenExtensions.CombinedCancellationToken.Equality Operator
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überprüft, ob zwei Instanzen von CancellationTokenExtensions.CombinedCancellationToken gleich sind.
public:
static bool operator ==(Microsoft::VisualStudio::Threading::CancellationTokenExtensions::CombinedCancellationToken left, Microsoft::VisualStudio::Threading::CancellationTokenExtensions::CombinedCancellationToken right);
public static bool operator ==(Microsoft.VisualStudio.Threading.CancellationTokenExtensions.CombinedCancellationToken left, Microsoft.VisualStudio.Threading.CancellationTokenExtensions.CombinedCancellationToken right);
static member ( = ) : Microsoft.VisualStudio.Threading.CancellationTokenExtensions.CombinedCancellationToken * Microsoft.VisualStudio.Threading.CancellationTokenExtensions.CombinedCancellationToken -> bool
Public Shared Operator == (left As CancellationTokenExtensions.CombinedCancellationToken, right As CancellationTokenExtensions.CombinedCancellationToken) As Boolean
Parameter
Der linke Operand.
Der rechte Operand.
Gibt zurück
true wenn sie gleich sind; false Andernfalls.