LockCookie::Equals Method (Object^)

 

Indicates whether a specified object is a LockCookie and is equal to the current instance.

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

public:
virtual bool Equals(
	Object^ obj
) override

Parameters

obj
Type: System::Object^

The object to compare to the current instance.

Return Value

Type: System::Boolean

true if the value of obj is equal to the value of the current instance; otherwise, false.

.NET Framework
Available since 2.0
Return to top
Show: