| PairTFirst, TSecondEquals Method (PairTFirst, TSecond) |
Indicates whether the current object is equal to another object of the same type.
Namespace: DigitalRune.CollectionsAssembly: DigitalRune (in DigitalRune.dll) Version: 1.20.0.0 (1.20.1.14552)
Syntax public bool Equals(
Pair<TFirst, TSecond> other
)
Public Function Equals (
other As Pair(Of TFirst, TSecond)
) As Boolean
public:
virtual bool Equals(
Pair<TFirst, TSecond> other
) sealed
abstract Equals :
other : Pair<'TFirst, 'TSecond> -> bool
override Equals :
other : Pair<'TFirst, 'TSecond> -> bool
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