MimeType.op_Inequality

MimeType Inequality operator

Compares two Mime type and returns a boolean indicating if the two do match.

public static bool operator !=(MimeType a, MimeType b)
ParameterTypeDescription
aMimeTypeThe first Mime to compare.
bMimeTypeThe second Mime to compare.

Return Value

True if both priorities are not equal, otherwise false.

See Also