Click or drag to resize

Vector3Equals(Vector3) Method

Indicates whether the current vector is equal to another vector.

Namespace: Internal.Net3dBool
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public bool Equals(
	Vector3 other
)

Parameters

other  Vector3
A vector to compare with this vector.

Return Value

Boolean
true if the current vector is equal to the vector parameter; otherwise, false.

Implements

IEquatableTEquals(T)
See Also