Sdílet prostřednictvím


PointF.Equality(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 ( = ) : 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