System.Math.Vectors.TPoint3D._op_Equality

From RAD Studio API Documentation
Jump to: navigation, search

C++

static bool __fastcall _op_Equality(const TPoint3D &APoint1, const TPoint3D &APoint2);

Properties

Type Visibility Source Unit Parent
function public System.Math.Vectors.hpp 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