Point3D.Equality Operator

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

Parameters

left
Point3D

right
Point3D

Return Value

bool

.NET Framework

Supported in: 4.8

In this article

Definition