PointExtender.EqualsExact Method

Performs an exact double comparison between the XYZ coordinates of two points.
Public Shared Function EqualsExact( _ 
ByVal point As Point3D, _ 
ByVal other As Point3D
) As Boolean
This language is not supported or no code example is available.
public static bool EqualsExact( 
this Point3D point
Point3D other 
)
This language is not supported or no code example is available.

Parameters

point
Point3D

The first point to compare

other
Point3D

The second point to compare

Return Value

bool

True if the X, Y, Z coordinates of the two points are exactly equal (evaluated using the equality operator '==').

.NET Framework

Supported in: 4.8

In this article

Definition