System.Types.TSmallPoint.operator Inequality

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

Delphi

class operator NotEqual(const Lhs, Rhs : TSmallPoint): Boolean;

プロパティ

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

説明

2 つの TSmallPoint オブジェクトが等しくないかどうかを、それぞれの x と y の値を比べることによってテストします。

これは、それぞれの x フィールド同士、 y フィールド同士が等しくなかった場合に、Boolean 値 True を返します。 そうでなければ、False を返します。

関連項目