IndexValuePairEquals(IndexValuePair) Method
            Indicates whether the current object is equal to another object of the same type.
            
Namespace: Novacta.AnalyticsAssembly: Novacta.Analytics (in Novacta.Analytics.dll) Version: 2.1.0+428f3840cfab98dda567bb0ed350b302533e273a
public bool Equals(
	IndexValuePair other
)
Public Function Equals ( 
	other As IndexValuePair
) As Boolean
public:
virtual bool Equals(
	IndexValuePair other
) sealed
abstract Equals : 
        other : IndexValuePair -> bool 
override Equals : 
        other : IndexValuePair -> bool 
- other  IndexValuePair
- An object to compare with this object.
Booleantrue if the current object is equal to the 
other 
            parameter; otherwise, 
false.
IEquatableTEquals(T)