IndexValuePairEquals(Object) Method

Indicates whether this instance and a specified object are equal.

Definition

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

Parameters

obj  Object
The object to compare with the current instance.

Return Value

Boolean
if obj and this instance are the same type and represent the same value; otherwise, .

See Also