[]
        
(Showing Draft Content)

C1.Framework.Mathematics.Vector-1.op_Equality

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 equals right.