API Reference > OdDAI Namespace > Classes > ApplicationInstance Class > ApplicationInstance Methods > ApplicationInstance::comparedToInverse Method
ApplicationInstance::comparedToInverse Method
Syntax
C++
OdRx::Ordering comparedToInverse(const OdRxObject* pOther) const;
Parameters 
Description 
const OdRxObject* pOther 
[in] A raw pointer to the object to be compared.  

An OdRx::Ordering value that represents the result of the comparison operation.

Compares the application instance object with another object by comparing their inverse attributes.

This method returns one of the following:

Name 
Value 
Description 
_kLessThan_ 
-1 
This object < Other Object. 
_kEqual_ 
This object = Other Object. 
_kGreaterThan_ 
This object > Other Object. 
_kNotOrderable_ 
This class is not orderable. 
Copyright (c) 2002-2021. Open Design Alliance. All rights reserved.