C++
bool isEqualTo( const AcRxObject* pObject ) const;
Description
Compares two objects to determine whether they are "equal" or not.
Parameters
Parameters | Description |
---|---|
pObject | Input pointer to object to compare with |
Returns
If the objects are equal, then Adesk::kTrue is returned. If they are not equal, then Adesk::kFalse is returned.