Point2d.LessThanOrEqual Operator

Compares two points using the first points IComparable interface.
public static bool operator <=( 
   Point2d a
   Point2d b 
)

Parameters

a
Point2d

The first point to compare.

b
Point2d

The second point to compare.

Return Value

bool

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8

In this article

Definition