System.Types.TSmallPoint.operator Inequality

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

Properties

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

Description

Tests whether two TSmallPoint objects are unequal, by comparing their x and y values.

It returns the Boolean value True if their x fields are unequal or their y fields are unequal. Otherwise, it returns False.

See Also