| 
            
Navigate to: Methods | Constructors | Events | Properties
| Options | Name | Purpose | |
|---|---|---|---|
| + | LOGICAL IsNotNullOrEmpty (character) | 
     Compares if the passed in character string is not unknown value
or empty  | 
|
| + | LOGICAL IsNotZeroOrNull (decimal) | 
     Compares if the passed in decimal value is not the unknown value
or zero  | 
|
| + | LOGICAL IsNotZeroOrNull (int64) | 
     Compares if the passed in int64 value is not the unknown value
or empty  | 
|
| + | LOGICAL IsNotZeroOrNull (integer) | 
     Compares if the passed in integer value is not the unknown value
or empty  | 
|
| + | LOGICAL IsNullOrEmpty (character) | 
     Compares if the passed in character string is the unknown value
or empty  | 
|
| + | LOGICAL IsZeroOrNull (decimal) | 
     Compares if the passed in decimal value is the unknown value
or empty  | 
|
| + | LOGICAL IsZeroOrNull (int64) | 
     Compares if the passed in int64 value is the unknown value
or empty  | 
|
| + | LOGICAL IsZeroOrNull (integer) | 
     Compares if the passed in integer value is the unknown value
or empty  | 
| Options | Name | Purpose | |
|---|---|---|---|
| # | CompareHelper () | 
     Constructor for the Compare class  | 
| 
         
            
                Top
                
            
         
        PUBLIC LOGICAL IsNotNullOrEmpty (character)
 
  | 
||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
        
        PUBLIC LOGICAL IsNotZeroOrNull (decimal)
 
  | 
||||||||||||||||||||||
        
        PUBLIC LOGICAL IsNotZeroOrNull (int64)
 
  | 
||||||||||||||||||||||
        
        PUBLIC LOGICAL IsNotZeroOrNull (integer)
 
  | 
||||||||||||||||||||||
        
        PUBLIC LOGICAL IsNullOrEmpty (character)
 
  | 
||||||||||||||||||||||
        
        PUBLIC LOGICAL IsZeroOrNull (decimal)
 
  | 
||||||||||||||||||||||
        
        PUBLIC LOGICAL IsZeroOrNull (int64)
 
  | 
||||||||||||||||||||||
        
        PUBLIC LOGICAL IsZeroOrNull (integer)
 
  | 
||||||||||||||||||||||
        
        PROTECTED CompareHelper ()
 
  | 
||||||||
|---|---|---|---|---|---|---|---|---|