Inequality Operator (Vector)
In This Topic
Defines the == operator for vector.
Syntax
Parameters
- left
- A Vector indicates the left operand.
- right
- A Vector indicates the right operand.
Return Value
A bool indicates whether left dose not equals right.
See Also