TrainingSetInstanceInfoEquals Method

CVB.Net Documentation
Comparison for the wrapper object for our unmanaged instance data should not be left to CLR.

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

public override bool Equals(
	Object obj
)

Parameters

obj
Type: SystemObject
Object to compare to.

Return Value

Type: Boolean
true if this object and the object referred to by obj are to be considered equal (which in this case means that SourceImageand Location are identical), false otherwise.
See Also

Reference