System.Math.Vectors.TPoint3D.operator Equality
Delphi
class operator Equal(const APoint1, APoint2: TPoint3D): Boolean; inline;
プロパティ
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
function | public | System.Math.Vectors.pas | System.Math.Vectors | TPoint3D |
説明
2 つの TPoint3D オブジェクトが等しいことをテストします。
operator Equality は、2 つの TPoint3D レコードが等しいかどうかを、それぞれの X
、Y
、Z
の値を比べることによって、テストします。 これは、X
、Y
、Z
プロパティがそれぞれ等しい場合に、Boolean 値 True を返します。 そうでなければ、False を返します。