Click or drag to resize

Vector3Equality Operator

Compares two instances for equality.

Namespace:  Internal.Net3dBool
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public static bool operator ==(
	Vector3 left,
	Vector3 right
)

Parameters

left
Type: Internal.Net3dBoolVector3
The first instance.
right
Type: Internal.Net3dBoolVector3
The second instance.

Return Value

Type: Boolean
True, if left equals right; false otherwise.
See Also