Click or drag to resize
DigitalRunePairTFirst, TSecondEquality Operator

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

Parameters

pair1
Type: DigitalRune.CollectionsPairTFirst, TSecond
The first pair.
pair2
Type: DigitalRune.CollectionsPairTFirst, TSecond
The second pair.

Return Value

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