Close

Relief for ODA Team in Ukraine

Learn more
ODA IFC SDK
IfcProfileDef::comparedToEarlyImpl Method
Syntax
C++
virtual bool comparedToEarlyImpl(const OdDAI::ApplicationInstance * pOther, OdRx::Ordering & ordering) const;

Early-bound version of instances comparison.

Parameters
Description
pOther
[in] Other application instance.
ordering
[out] Receives the ordering (comparison) status.

true if comparison was performed, false if method has no implementation, so late-bound version could be applied.

If the method returns true, the ordering parameter can receive one of the following statuses:

Name
Value
Description
_kLessThan_
-1
This object < Other Object.
_kEqual_
0
This object = Other Object.
_kGreaterThan_
1
This object > Other Object.
_kNotOrderable_
2
This class is not orderable.
Copyright © 2002-2022. Open Design Alliance All rights reserved.