C++
bool operator ==( const AcDbDynBlockReferenceProperty& other ) const;
Description
Comparison operator.
Returns
Returns true if they are the same; otherwise, returns false.
Links
Previous Declaration
AutoCAD 2024 and earlier
bool operator==(const AcDbDynBlockReferenceProperty& other);
History
AutoCAD 2025
Signature changed.