members_equal

Returns a Boolean struct (vector or matrix) where each component is true if the corresponding component in the first input is equal to the same component in the second one.

This is not recommended for comparing floating point values.

Inputs

first

First value to compare.

second

Second value to compare.

Output

output

The result of the member-by-member comparison.