Click or drag to resize

Vector2Equality Operator

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Check if the components of two vectors are equal.

Namespace:  netDxf
Assembly:  netDXF.Standard (in netDXF.Standard.dll) Version: 2.1.1
Syntax
C#
public static bool operator ==(
	Vector2 u,
	Vector2 v
)
Request Example View Source

Parameters

u
Type: netDxfVector2
Vector2.
v
Type: netDxfVector2
Vector2.

Return Value

Type: Boolean
True if the two components are equal or false in any other case.
See Also