System.Math.Vectors.TPoint3D.operator Inequality

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

class operator NotEqual(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 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