FMX.InertialMovement.TPointD.operator Inequality

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

class operator NotEqual(const Lhs, Rhs: TPointD): Boolean; overload;

プロパティ

種類 可視性 ソース ユニット
function public FMX.InertialMovement.pas FMX.InertialMovement TPointD


説明

2 つの TPointD 点が等しくないかどうかを確認します。

operator Inequality は、2 つの TPointD 点が等しくないかどうかを、それぞれの XY プロパティ(座標)を比べることによってテストします。 これらの座標の少なくとも1つが異なっている場合に、True を返します。そうでなければ、False を返します。

関連項目