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 オブジェクトは、それらが異なる位置を保有している場合に、等しくないと判断されます。

関連項目