Point2d.GreaterThanOrEqual Operator

Compares two points using the first points IComparable interface.
Public Shared Operator >=( _ 
ByVal a As Point2d, _ 
ByVal b As Point2d
) As Boolean
This language is not supported or no code example is available.
public static bool operator >=( 
Point2d a
Point2d b 
)
This language is not supported or no code example is available.
public:  
static bool operator >=( 
Point2d^ a
Point2d^ b 
)
This language is not supported or no code example is available.
JScript supports the use of overloaded operators, but not the declaration of new ones.
This language is not supported or no code example is available.

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