Click or drag to resize
Accord.NET (logo)

GridSearchParameterEquals Method

Determines whether the specified object is equal to the current GridSearchParameter object.

Namespace:  Accord.MachineLearning
Assembly:  Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax
public override bool Equals(
	Object obj
)
Request Example View Source

Parameters

obj
Type: SystemObject

Return Value

Type: Boolean
See Also