Click or drag to resize
DigitalRunePairTFirst, TSecondEquals Method (PairTFirst, TSecond)
Indicates whether the current object is equal to another object of the same type.

Namespace: DigitalRune.Collections
Assembly: DigitalRune (in DigitalRune.dll) Version: 1.20.0.0 (1.20.1.14552)
Syntax
public bool Equals(
	Pair<TFirst, TSecond> other
)

Parameters

other
Type: DigitalRune.CollectionsPairTFirst, TSecond
An object to compare with this object.

Return Value

Type: Boolean
if the current object is equal to the other parameter; otherwise, .

Implements

IEquatableTEquals(T)
See Also