System.Types.TSmallPoint.operator Equality

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

class operator Equal(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 equal, by comparing their x and y values.

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

See Also