NameValueWithParametersHeaderValue::Equals Method (Object^)

.NET Framework (current version)
 

Determines whether the specified Object is equal to the current NameValueWithParametersHeaderValue object.

Namespace:   System.Net.Http.Headers
Assembly:  System.Net.Http (in System.Net.Http.dll)

public:
virtual bool Equals(
	Object^ obj
) override

Parameters

obj
Type: System::Object^

The object to compare with the current object.

Return Value

Type: System::Boolean

true if the specified Object is equal to the current object; otherwise, false.

Universal Windows Platform
Available since 8
.NET Framework
Available since 4.5
Portable Class Library
Supported in: portable .NET platforms
Windows Phone
Available since 8.1
Return to top
Show: