members_greaterReturns a Boolean struct (vector or matrix) where each component is true if the corresponding component in the first input comes after the same component in the second one using the native ordering of the type.
firstFirst value to compare.
secondSecond value to compare.
outputThe result of the member-by-member comparison.