[]
        
(Showing Draft Content)

C1.Framework.Mathematics.Vector-1.op_Inequality

operator != Operator

operator !=(Vector<T>, Vector<T>)

Defines the == operator for vector.

Declaration
public static bool operator !=(Vector<T> left, Vector<T> right)
Parameters
Type Name Description
Vector<T> left

A Vector indicates the left operand.

Vector<T> right

A Vector indicates the right operand.

Returns
Type Description
bool

A bool indicates whether left dose not equals right.