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

Function Documentation

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

Overloads the inequality operator to compare two Antecedent objects.

Parameters:
Returns:

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