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: