共用方式為


Point.Inequality(Point, Point) 運算子

定義

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

參數

ptA
Point
ptB
Point

傳回

適用於