'DeclarationPublic Operator <( _ ByVal left As UAPubSubHeader, _ ByVal right As UAPubSubHeader _ ) As Boolean
'Usage
 
            public bool operator <( UAPubSubHeader left, UAPubSubHeader right )
public: bool operator <( UAPubSubHeader^ left, UAPubSubHeader^ 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.