CoopVec<T, int N>.equals

Description

Checks if this cooperative vector is equal to another cooperative vector by comparing all elements.

Signature

bool CoopVec<T, int N>.equals(CoopVec<T, N> other)
    where T : __BuiltinArithmeticType;

Parameters

other : CoopVec<T, N>

The cooperative vector to compare against.

Return value

True if all corresponding elements are equal, false otherwise.