compares two anys.  
 More...
import "XAnyCompare.idl";
 
  
| Public Member Functions | |
| short | compare ([in] any Any1, [in] any Any2) | 
| allows comparison of two anys. | |
|  Public Member Functions inherited from XInterface | |
| any | queryInterface ([in] type aType) | 
| queries for a new interface to an existing UNO object. | |
| void | acquire () | 
| increases the reference counter by one. | |
| void | release () | 
| decreases the reference counter by one. | |
compares two anys. 
| short compare | ( | [in] any | Any1, | 
| [in] any | Any2 ) | 
allows comparison of two anys. 
| Any1 | is the first compare value | 
| Any2 | is the second compare value | 
-1, if the first any is less than the second ( Any1 < Any2 )  0, if the first any is equal to the second ( Any1 == Any2 )  +1, if the first any is greater than the second ( Any1 > Any2 )