Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
virtual P6R::P6ERR P6R::p6IPath::compare ( p6IPath pRhs,
P6INT32 pVal 
)
pure virtual

Case sensitively compares the path contained in the current object, which is used as the left hand side (LHS) of the comparison, with the specified p6IPath which is used as the right hand side (RHS) of the comparison.

Parameters
pRhs[ in ] A pointer to the P6R::p6IPath interface whose path should be compared with the current objects path.
pVal[ out ] The address of a P6R::P6UIN32 in which will be place the result of the comaparison. If the paths are equal, 0 is placed here. If the LHS is less than the RHS then -1 is placed here and if it greater, then 1 is placed here.
Returns