System.Types.TSizeF.operator Inequality

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

Properties

Type Visibility Source Unit Parent
function public System.Types.pas System.Types TSizeF

Description

Tests whether two TSizeF records are unequal, by comparing their cx and cy values.

It returns the Boolean value True if at least one of their cx or cy properties are unequal. Otherwise, it returns False.

See Also