Compare two Interface IDs. 
- Note
 - This can also be used as a comparator function for sorting. 
 
- 
If both are NULL, they are considered equal. If only one is NULL, it is considered less than the other. 
 
- Parameters
 - 
  
  
 
- Returns
 - Zero if exact match. 
 
- 
Positive value if iid1 > iid2. 
 
- 
Negative value if iid1 < iid2.