Less Than or Equal Operator (DB2Int16)
                In This Topic
            
            Compares two 
DB2Int16 structures to determine if the first is less than or equal to the second.
Syntax
            
        
            Parameters
- x
- First DB2Int16.
- y
- Second DB2Int16.
Return Value
true if the first of two 
DB2Int16 values is less than or equal to the second; otherwise, 
false.
  
            
            
            
            
            
            
            
            
            
            
            See Also