System.Types.TPoint.operator Equality

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

Delphi

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

プロパティ

種類 可視性 ソース ユニット
function public System.Types.pas System.Types TPoint

説明

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

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

関連項目