ContentDisposition::Equals Method (Object^)

 

Determines whether the content-disposition header of the specified ContentDisposition object is equal to the content-disposition header of this object.

Namespace:   System.Net.Mime
Assembly:  System (in System.dll)

public:
virtual bool Equals(
	Object^ rparam
) override

Parameters

rparam
Type: System::Object^

The ContentDisposition object to compare with this object.

Return Value

Type: System::Boolean

true if the content-disposition headers are the same; otherwise false.

.NET Framework
Available since 2.0
Return to top
Show: