Location::operator!= function (dbgmodel.h)
Not equal to comparison operator for the location function.
Syntax
bool operator!=(
const Location & rhs
);
Parameters
rhs
The location to compare this location against.
Return value
This function returns whether the two locations refer to different places.
Requirements
Requirement | Value |
---|---|
Header | dbgmodel.h |