Click or drag to resize

IndexValuePairInequality Operator

Returns a value that indicates whether an IndexValuePair instance is not equal to another IndexValuePair instance.

Namespace:  Novacta.Analytics
Assembly:  Novacta.Analytics (in Novacta.Analytics.dll) Version: 2.0.0
Syntax
public static bool operator !=(
	IndexValuePair left,
	IndexValuePair right
)

Parameters

left
Type: Novacta.AnalyticsIndexValuePair
The first instance to compare.
right
Type: Novacta.AnalyticsIndexValuePair
The second instance to compare.

Return Value

Type: Boolean
true if left is not equal to right; otherwise, false.
See Also