IndexValuePairEquals(IndexValuePair) Method

Indicates whether the current object is equal to another object of the same type.

Definition

Namespace: Novacta.Analytics
Assembly: Novacta.Analytics (in Novacta.Analytics.dll) Version: 2.1.0+428f3840cfab98dda567bb0ed350b302533e273a
C#
public bool Equals(
	IndexValuePair other
)

Parameters

other  IndexValuePair
An object to compare with this object.

Return Value

Boolean
true if the current object is equal to the other parameter; otherwise, false.

Implements

IEquatableTEquals(T)

See Also