isMyPlace method

bool isMyPlace()

Allow the client to access info about is it my place or not.

Returns bool. True if it is my place, false otherwise.

Implementation

bool isMyPlace() => $prototype.isMyPlace(this);