Click or drag to resize
Accord.NET (logo)

AntecedentEquals Method (Antecedent)

Determines whether the specified Antecedent is equal to this instance.

Namespace:  Accord.MachineLearning.DecisionTrees.Rules
Assembly:  Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax
public bool Equals(
	Antecedent other
)
Request Example View Source

Parameters

other
Type: Accord.MachineLearning.DecisionTrees.RulesAntecedent
The Antecedent to compare with this instance.

Return Value

Type: Boolean
true if the specified Antecedent is equal to this instance; otherwise, false.

Implements

IEquatableTEquals(T)
See Also