Compare two destinations for equality by their scripts.

Synopsis

Declared in <addresstype.h>

bool
operator==(
    CNoDestination const& a,
    CNoDestination const& b);

Return Value

True if both hold equal scripts.

Parameters

Name

Description

a

The first destination.

b

The second destination.

Created with MrDocs