Click or drag to resize

ContentTypeEquality Operator

Determines whether two BasicConstant objects are equal.

Namespace:  Limilabs.Mail.Headers
Assembly:  Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax
public static bool operator ==(
	ContentType left,
	ContentType right
)

Parameters

left
Type: Limilabs.Mail.HeadersContentType
First object to compare.
right
Type: Limilabs.Mail.HeadersContentType
Second object to compare.

Return Value

Type: Boolean
if the specified objects are equal; otherwise, .
See Also