location::operator== Operator
Determines whether two location objects represent the same location.
bool operator==(
const location& _Rhs
) const;
Parameters
- _Rhs
Return Value
true if the two locations are identical, and false otherwise.
Requirements
Header: concrt.h
Namespace: concurrency