Click or drag to resize
DigitalRunePairTInequality Operator

Namespace: DigitalRune.Collections
Assembly: DigitalRune (in DigitalRune.dll) Version: 1.20.0.0 (1.20.1.14552)
Syntax
public static bool operator !=(
	Pair<T> pair1,
	Pair<T> pair2
)

Parameters

pair1
Type: DigitalRune.CollectionsPairT
The first pair.
pair2
Type: DigitalRune.CollectionsPairT
The second pair.

Return Value

Type: Boolean
if the pair1 and pair2 are different; otherwise, .
See Also