Function operator==(const Antecedent&, const Antecedent&)

Function Documentation

inline bool operator==(const Antecedent &a1, const Antecedent &a2)

Overloads the equality operator to compare two Antecedent objects.

Parameters:
Returns:

bool Returns true if the antecedents are identical, false otherwise.