Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

CancellationToken::Equals Method

 

Determines whether the current CancellationToken instance is equal to the specified token.

Namespace:   System.Threading
Assembly:  mscorlib (in mscorlib.dll)

NameDescription
System_CAPS_pubmethodEquals(CancellationToken)

Determines whether the current CancellationToken instance is equal to the specified token.

System_CAPS_pubmethodEquals(Object^)

Determines whether the current CancellationToken instance is equal to the specified Object.(Overrides ValueType::Equals(Object^).)

Return to top
Show: