CancellationTokenExtensions.CombinedCancellationToken.Inequality 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 not 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 op_Inequality : 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 not equal; false
if they are equal.