FDO API Reference Feature Data Objects
FDO_API FdoBoolean FdoProviderNameTokensP::operator< ( const FdoProviderNameTokensP  name2  )  const

Checks if this provider name is less than another provider name. This provider name is less than the other name only if the company and name are the same, but this provider's version is earlier than that of name2. Therefore, it is possible for a provider name to be neither greater than, equal or less than another provider name.

Parameters:
name2 The other provider name
Returns:
Returns true if this provider name is less than name2.


Comments or suggestions? Send us feedback.