HeifItemIdInequality Operator

Implements the operator !=.

Definition

Namespace: LibHeifSharp
Assembly: LibHeifSharp (in LibHeifSharp.dll) Version: 3.2.0
C#
public static bool operator !=(
	HeifItemId left,
	HeifItemId right
)

Parameters

left  HeifItemId
The left.
right  HeifItemId
The right.

Return Value

Boolean
The result of the operator.

See Also