EqualMethodResult
                    enum EqualMethodResult
                
                Result of the Equal comparison method.
            
                
ComparedEqual = 2
Method is appropriate and the items are considered equal.
            
ComparedNotEqual = 3
Method is appropriate and the items are consisdered different.
            
Method is appropriate for the data types, but doesn't support the specified tolerance.
            
Method does not support the instances being compared.