Share via


___location::operator!= Operator

Determines whether two ___location objects represent different ___location.

bool operator!=(
   const ___location& _Rhs
) const;

Parameters

  • _Rhs

Return Value

true if the two locations are different, false otherwise.

Requirements

Header: concrt.h

Namespace: concurrency

See Also

Reference

___location Class