Click or drag to resize
PairTFirst, TSecondEquals Method (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.

Namespace: X3Platform.Collections
Assembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
public bool Equals(
	Pair<TFirst, TSecond> other
)

Parameters

other
Type: X3Platform.CollectionsPairTFirst, TSecond
Pair to compare with for equality.

Return Value

Type: Boolean
True if the pairs are equal. False if the pairs are not equal.
See Also