CancellationTokenExtensions.CombinedCancellationToken.Equality 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.
Checks whether two instances of CancellationTokenExtensions.CombinedCancellationToken are equal.
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
Parameters
The left operand.
The right operand.
Returns
true
if they are equal; false
otherwise.