Point4D.Equality Operator

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

Parameters

left
Point4D

right
Point4D

Return Value

bool

.NET Framework

Supported in: 4.8

In this article

Definition