Click or drag to resize
TripleTFirst, TSecond, TThirdEquals Method (TripleTFirst, TSecond, TThird)
Determines if this triple is equal to another triple. Two triples are equal if the all three elements 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(
	Triple<TFirst, TSecond, TThird> other
)

Parameters

other
Type: X3Platform.CollectionsTripleTFirst, TSecond, TThird
Triple to compare with for equality.

Return Value

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