System.Types.TSize.operator Inequality

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

Properties

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

Description

Tests whether two TSize objects 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