operator== Comparing Bookmarks

BOOL operator==(
const CBookmark& other) const;
BOOL operator==(
const VARIANT& var) const;

Parameters

other

An object of type Variant.

var

An object of type CBookmark.

Comments

This is an overloaded operator that performs a binary comparison to another bookmark. The other bookmark can be a CBookmark object or a Variant representation of a bookmark.