System.Math.Vectors.TPoint3D._op_Inequality

From RAD Studio API Documentation
Jump to: navigation, search

C++

static bool __fastcall _op_Inequality(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 not equal.

operator Inequality tests whether two points are unequal by comparing their X, Y, and Z values. It returns the Boolean value True if at least one of their coordinates is different. Otherwise, it returns False.

See Also