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)
Parameter | Type | Description |
---|---|---|
a | MimeType | The first Mime to compare. |
b | MimeType | The second Mime to compare. |
Return Value
True if both priorities are not equal, otherwise false.
See Also
- class MimeType
- namespace Aspose.Svg
- assembly Aspose.SVG