System.Math.Vectors.TPoint3D._op_Equality

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

C++

static bool __fastcall _op_Equality(const TPoint3D &APoint1, const TPoint3D &APoint2);

プロパティ

種類 可視性 ソース ユニット
function public System.Math.Vectors.hpp System.Math.Vectors TPoint3D

説明

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

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

関連項目