BaseContext :: isResource - Check resource name
The function checks, whether the resource name is the same as passed to the function.
Return value: Success ( bool )
The value is true when the function was executed successfully. Otherwise the value is set to false.
Implementation details
bool
BaseContext  :: isResource ( odaba::String &sResourceName )
The function returns true, when names (sRecourceName and resourceName()) are identical and false otherwise.
- sResourceName
- Resource name
The resource name is the name of a GUI or database definition resource associated with a context class instance.

