The world's most popular open source database
Description.
This method is used to compare one Column
with another to determine whether the two
Column objects are the same.
Signature.
bool equal
(
const Column& column
) const
Parameters.
equal() takes a single parameter, a
reference to an instance of Column.
Return Value.
true if the columns being compared are
equal, otherwise false.

