Return true if the specified lhs and rhs objects do not have the same data() value, and false otherwise. Two MovableTestType objects do not have the same value if their data attributes are not the same.
Synopsis
Declared in <bsltf_movabletesttype.h>
bool
operator!=(
MovableTestType const& lhs,
MovableTestType const& rhs);
Created with MrDocs