op_Equality

MimeType Equality operator

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

public static bool operator ==(MimeType a, MimeType b)
Parameter Type Description
a MimeType The first Mime to compare.
b MimeType The second Mime to compare.

Return Value

True if both priorities are equal, otherwise false.

See Also