MimeType.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)
ParameterTypeDescription
aMimeTypeThe first Mime to compare.
bMimeTypeThe second Mime to compare.

Return Value

True if both priorities are equal, otherwise false.

See Also