CppAD: A C++ Algorithmic Differentiation Package  20130918
template<class Base >
CPPAD_INLINE_FRIEND_TEMPLATE_FUNCTION bool CppAD::IdenticalEqualPar ( const AD< Base > &  x,
const AD< Base > &  y 
)

Determine if two AD<Base> objects are equal, and must be equal during any tape playback.

Parameters:
xfirst of two objects we are checking for equal.
ysecond of two objects we are checking for equal.
Returns:
returns true if and only if the arguments are equal and both identically parameters IdenticalPar.

Definition at line 97 of file identical.hpp.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines