Click or drag to resize
PairTFirst, TSecondEquals Method
Overload List
  NameDescription
Public methodEquals(Object)
Determines if this pair is equal to another object. The pair is equal to another object if that object is a Pair, both element types are the same, and the first and second elements both compare equal using object.Equals.
(Overrides ValueTypeEquals(Object).)
Public methodEquals(PairTFirst, TSecond)
Determines if this pair is equal to another pair. The pair is equal if the first and second elements both compare equal using IComparable<T>.Equals or object.Equals.
Top
See Also