company logo

Client :: isMainClient - Is client a handle for the main client

The function checks, whether the client handle refers to the main client object.

Return value:  Success ( bool  )

The value is true when the function was executed successfully. Otherwise the value is set to false.

Implementation details

bool Client  :: isMainClient (  )

The property returns true, when the client handle refers to the main client object. Otherwise it returns false. The property never throws an exception, but returns false when being called for an invalid client handle.