members_equalReturns 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.
firstFirst value to compare.
secondSecond value to compare.
outputThe result of the member-by-member comparison.