Template Function shad::operator!=¶
- Defined in File object_identifier.h
Function Documentation¶
-
template <typename T>
boolshad
::
operator!=
(const ObjectIdentifier<T> &lhs, const ObjectIdentifier<T> &rhs)¶ Operator not equal.
- Return
- true if lhs != rhs, false otherwise.
- Template Parameters
T
: The type of Object to which the identifier refers.
- Parameters
lhs
: Left hand side of the operator.rhs
: Right hand side of the operator.