System.Types.TSize.operator Inequality

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

Delphi

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

プロパティ

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

説明

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

これは、それぞれの cx または cy のプロパティの少なくともどちらかが等しくなかった場合に、Boolean 値 True を返します。そうでなければ、False を返します。

関連項目