Point2D.Equality Operator

Public Shared Operator =( _ 
ByVal left As Point2D, _ 
ByVal right As Point2D
) As Boolean
This language is not supported or no code example is available.
public static bool operator ==( 
Point2D left
Point2D right 
)
This language is not supported or no code example is available.

Parameters

left
Point2D

right
Point2D

Return Value

bool

.NET Framework

Supported in: 4.8

In this article

Definition