FIMETADATA.Inequality Operator

FreeImage.NET

FIMETADATAInequality Operator
Tests whether two specified FIMETADATA structures are different.

Namespace: FreeImageAPI
Assembly: FreeImageNET (in FreeImageNET.dll) Version: 3.17.0.4 (3.17.0)
Syntax
C#
public static bool operator !=(
	FIMETADATA left,
	FIMETADATA right
)

Parameters

left
Type: FreeImageAPIFIMETADATA
The FIMETADATA that is to the left of the inequality operator.
right
Type: FreeImageAPIFIMETADATA
The FIMETADATA that is to the right of the inequality operator.

Return Value

Type: Boolean
true if the two FIMETADATA structures are different; otherwise, false.
See Also