Vector3Equals(Vector3) Method |
Indicates whether the current vector is equal to another vector.
Namespace: Internal.Net3dBoolAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic bool Equals(
Vector3 other
)
Parameters
- other Vector3
- A vector to compare with this vector.
Return Value
Booleantrue if the current vector is equal to the vector parameter; otherwise, false.
Implements
IEquatableTEquals(T)
See Also