Vector3D.Equality Operator

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

Parameters

left
Vector3D

right
Vector3D

Return Value

bool

.NET Framework

Supported in: 4.8

In this article

Definition