FMX.InertialMovement.TPointD.operator Equality

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

Delphi

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

プロパティ

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


説明

2 つの TPointD オブジェクトが等しいことをテストします。

operator Equality は、2 つの TPointD レコードが等しいかどうかを、それぞれの XY プロパティを比べることによってテストします。 operator Equality は、X プロパティ、および Y プロパティ同士が、それぞれ等しい場合に、True を返します。 そうでなければ、False を返します。

関連項目