PolygonPointInequality Operator

Implements the operator !=.

Definition

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

Parameters

left  PolygonPoint
The left.
right  PolygonPoint
The right.

Return Value

Boolean
The result of the operator.

See Also