Stan Math Library
4.9.0
Automatic Differentiation
|
|
inline |
Return 1 if the first argument is equal to the second.
Equivalent to x1 == x2
.
T1 | type of first argument |
T2 | type of second argument |
x1 | first argument |
x2 | second argument |
true
iff x1 == x2
Definition at line 19 of file logical_eq.hpp.