[]
        
(Showing Draft Content)

C1.Framework.Mathematics.Vector.op_Equality

operator == Operator

operator ==(Vector, Vector)

Defines the == operator for vector.

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

A Vector indicates the left operand.

Vector right

A Vector indicates the right operand.

Returns
Type Description
bool

A bool indicates whether left equals right.