MimeTypeInfoInequality Operator

Returns a value that indicates whether two specified MimeTypeInfo instances are not equal. The Parameters are taken into account.

Definition

Namespace: FolkerKinzel.MimeTypes
Assembly: FolkerKinzel.MimeTypes (in FolkerKinzel.MimeTypes.dll) Version: 1.0.0+7dd5ca03f25d4802263abb2083f9c7add2cb51ec
C#
public static bool operator !=(
	MimeTypeInfo info1,
	MimeTypeInfo info2
)

Parameters

info1  MimeTypeInfo
The first MimeTypeInfo to compare.
info2  MimeTypeInfo
The second MimeTypeInfo to compare.

Return Value

Boolean
true if info1 and info2 are not equal; otherwise, false.

See Also