'DeclarationPublic Operator <( _ ByVal left As UANamespaceQualified, _ ByVal right As UANamespaceQualified _ ) As Boolean
'Usage
 
            public bool operator <( UANamespaceQualified left, UANamespaceQualified right )
public: bool operator <( UANamespaceQualified^ left, UANamespaceQualified^ right )
Parameters
- left
 - First object to be compared.
 - right
 - Second object to be compared.
 
Return Value
True if the first value is less than the second value; false otherwise.