Compares two instances for equality.
Namespace: Internal.Net3dBoolAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic static bool operator ==(
Vector3 left,
Vector3 right
)
Parameters
- left Vector3
- The first instance.
- right Vector3
- The second instance.
Return Value
BooleanTrue, if left equals right; false otherwise.
See Also