TransformedPolygonPointEquality Operator

Implements the operator ==.

Definition

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

Parameters

left  TransformedPolygonPoint
The left.
right  TransformedPolygonPoint
The right.

Return Value

Boolean
The result of the operator.

See Also