Vector3Inequality Operator |
Compares two instances for inequality.
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 does not equa lright; false otherwise.
See Also