Freigeben über


PointF.Inequality(PointF, PointF) Operator

Definition

public:
 static bool operator !=(Microsoft::Maui::Graphics::PointF ptA, Microsoft::Maui::Graphics::PointF ptB);
public static bool operator != (Microsoft.Maui.Graphics.PointF ptA, Microsoft.Maui.Graphics.PointF ptB);
static member op_Inequality : Microsoft.Maui.Graphics.PointF * Microsoft.Maui.Graphics.PointF -> bool
Public Shared Operator != (ptA As PointF, ptB As PointF) As Boolean

Parameters

ptA
PointF
ptB
PointF

Returns

Applies to