PolygonPointInequality Operator
Implements the operator !=.
Namespace: LibHeifSharpAssembly: LibHeifSharp (in LibHeifSharp.dll) Version: 3.2.0
public static bool operator !=(
PolygonPoint left,
PolygonPoint right
)
Public Shared Operator <> (
left As PolygonPoint,
right As PolygonPoint
) As Boolean
public:
static bool operator !=(
PolygonPoint left,
PolygonPoint right
)
static let inline (<>)
left : PolygonPoint *
right : PolygonPoint : bool
- left PolygonPoint
- The left.
- right PolygonPoint
- The right.
Boolean
The result of the operator.