AsyncFlowControl::Equals Method (Object^)

 

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

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

public:
virtual bool Equals(
	Object^ obj
) override

Parameters

obj
Type: System::Object^

An object to compare with the current structure.

Return Value

Type: System::Boolean

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

.NET Framework
Available since 2.0
Return to top
Show: