System.Types.TSmallPoint.operator ==

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

C++

bool operator ==(const TSmallPoint& sp) const _ALWAYS_INLINE {

プロパティ

種類 可視性 ソース ユニット
function public SystemTypes.h System.Types TSmallPoint

説明

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

これら TSmallPoint オブジェクトが等しい場合、True を返します。 そうでなければ、False を返します。

メモ: 2 つの TSmallPoint オブジェクトは、位置が同じであれば、等しいと判断されます。

関連項目