System.Threading.AsyncFlowControl.Equals Method

Determines whether the specified System.Threading.AsyncFlowControl structure is equal to the current System.Threading.AsyncFlowControl structure.

Syntax

public bool Equals (AsyncFlowControl obj)

Parameters

obj
An System.Threading.AsyncFlowControl structure to compare with the current structure.

Returns

true if obj is equal to the current System.Threading.AsyncFlowControl structure; otherwise, false.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: System.Threading
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0
Since: .NET 2.0