Vector2D.Equality Operator

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

Parameters

left
Vector2D

right
Vector2D

Return Value

bool

.NET Framework

Supported in: 4.8

In this article

Definition