duplicate property

bool duplicate
getter/setter pair

Gets or sets a value indicating whether this MQTT Message is duplicate of a previous message. True if duplicate; otherwise, false.

Implementation

bool duplicate = false;