Function operator!=(const Antecedent&, const Antecedent&)
Defined in File antecedent.h
Function Documentation
-
inline bool operator!=(const Antecedent &a1, const Antecedent &a2)
Overloads the inequality operator to compare two Antecedent objects.
- Parameters:
a1 – The first Antecedent object.
a2 – The second Antecedent object.
- Returns:
bool Returns true if the antecedents are not identical, false otherwise.