Point2D.AreEqual Method

Compares two 2D points in the given domain.
Public Shared Function AreEqual( _ 
ByVal p1 As Point2D, _ 
ByVal p2 As Point2D, _ 
ByVal domainSize As Double
) As Boolean
This language is not supported or no code example is available.
public static bool AreEqual( 
Point2D p1
Point2D p2
double domainSize 
)
This language is not supported or no code example is available.

Parameters

p1
Point2D

First point

p2
Point2D

Second point

domainSize
double

The 2D diagonal length of your model.

Return Value

bool

True if the two point are coincident, false otherwise.

.NET Framework

Supported in: 4.8

In this article

Definition