| 
            
              ClassPairEquals Method (ClassPair)
             | 
          
        
         
            Indicates whether the current object is equal to another object of the same type.
            
 
    Namespace: 
   Accord.MachineLearning
    Assembly:
   Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntaxpublic bool Equals(
	ClassPair other
)
Public Function Equals ( 
	other As ClassPair
) As Boolean
 Request Example
		View SourceParameters
- other
 - Type: Accord.MachineLearningClassPair
An object to compare with this object. 
Return Value
Type: 
Booleantrue if the current object is equal to the 
other parameter; otherwise, false.
Implements
IEquatableTEquals(T)
See Also