Share

AcDbDynBlockReferenceProperty::==

C++

bool operator ==(
    const AcDbDynBlockReferenceProperty& other
) const;

Description

Comparison operator.

Returns

Returns true if they are the same; otherwise, returns false.

Links

AcDbDynBlockReferenceProperty

Previous Declaration

AutoCAD 2024 and earlier

bool operator==(const AcDbDynBlockReferenceProperty& other);

History

AutoCAD 2025

Signature changed.

Was this information helpful?