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+f3b40d3afc4889b7965c4b49093672628a3624fe
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