Click or drag to resize

ContentTypeEquals Method (ContentType)

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

Namespace:  Limilabs.Mail.Headers
Assembly:  Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax
public bool Equals(
	ContentType other
)

Parameters

other
Type: Limilabs.Mail.HeadersContentType
The ContentType to compare with the current ContentType

Return Value

Type: Boolean
true if the specified object is equal to the current object; otherwise, false.
See Also