System.Math.Vectors.TPoint3D.operator Equality

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

class operator Equal(const APoint1, APoint2: TPoint3D): Boolean; inline;

Properties

Type Visibility Source Unit Parent
function public System.Math.Vectors.pas System.Math.Vectors TPoint3D

Description

Tests whether two TPoint3D objects are equal.

operator Equality tests whether two TPoint3D records are equal by comparing their X, Y, and Z values. It returns the Boolean value True if their X, Y, and Z properties are equal. Otherwise, it returns False.

See Also