Compares two ContentType instances.

Namespace: Limilabs.Mail.Headers
Assembly: Mail (in Mail.dll) Version: 3.0.12102.1426

Syntax

C#
public static bool operator ==(
	ContentType a,
	ContentType b
)
Visual Basic
Public Shared Operator = ( _
	a As ContentType, _
	b As ContentType _
) As Boolean
Visual C++
public:
static bool operator ==(
	ContentType^ a, 
	ContentType^ b
)

Parameters

a
Type: Limilabs.Mail.Headers..::..ContentType
First instance to compare.
b
Type: Limilabs.Mail.Headers..::..ContentType
Second instance to compare.

Return Value

True if instances are equal, false otherwise.

See Also