GreaterThanOrEqual Method (DB2Int32)
                In This Topic
            
            Determines whether the first of two 
DB2Int32 values is greater than or equal to the second.
Syntax
            
        
            Parameters
- x
- First DB2Int32.
- y
- Second DB2Int32.
Return Value
true if the first of two 
DB2Int32 values is greater than or equal to the second; otherwise, 
false.
  
            
            
            
            
            
            
            
            
            
            
            
            See Also