ClassifierModelInformationEquality Operator

CVB.Net Documentation
Compare two ModelInformation structs for inequality.

Namespace:  Stemmer.Cvb.Minos
Assembly:  Stemmer.Cvb.Minos (in Stemmer.Cvb.Minos.dll) Version: 14.0.0.0
Syntax

public static bool operator ==(
	ClassifierModelInformation lhs,
	ClassifierModelInformation rhs
)

Parameters

lhs
Type: Stemmer.Cvb.MinosClassifierModelInformation
first object to be compared
rhs
Type: Stemmer.Cvb.MinosClassifierModelInformation
second object to be compared

Return Value

Type: Boolean
false if the objects differ, true otherwise
See Also

Reference