AsyncFlowControl::Equals Method (AsyncFlowControl)

 

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

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

public:
bool Equals(
	AsyncFlowControl obj
)

Parameters

obj
Type: System.Threading::AsyncFlowControl

An AsyncFlowControl structure to compare with the current structure.

Return Value

Type: System::Boolean

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

.NET Framework
Available since 2.0
Return to top
Show: