Determines whether the specified ContentType is equal to the current ContentType.

Namespace:  Rebex.Mime.Headers
Assembly:  Rebex.Mail (in Rebex.Mail.dll)

Syntax

Visual Basic
Public Overrides Function Equals ( _
	obj As Object _
) As Boolean
C#
public override bool Equals(
	Object obj
)

Parameters

obj
Type: System..::..Object
The ContentType to compare with the current ContentType.

Return Value

trueTruetruetrue (True in Visual Basic) if the specified ContentType is equal to the current ContentType; otherwise, falseFalsefalsefalse (False in Visual Basic).

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also