ContentType::Equals Method (Object^)

 

Determines whether the content-type header of the specified ContentType object is equal to the content-type 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 ContentType object to compare with this object.

Return Value

Type: System::Boolean

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

.NET Framework
Available since 2.0
Return to top
Show: