company logo

BaseContext :: isResource - Check resource name

The function checks, whether the resource name is the same as passed to the function. The function returns true , when names are identical and false otherwise.

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 )
  • sResourceName - Resource name

    The resource name is the name of a GUI or database definition resource associated with a context class instance.