Location::operator== function (dbgmodel.h)
Equivalence operator for the location function.
Syntax
bool operator==(
const Location & rhs
);
Parameters
rhs
The location to compare against this location.
Return value
This function returns an indication of whether the two locations refer to the same place.
Requirements
Requirement | Value |
---|---|
Header | dbgmodel.h |