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.CollectionsAssembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntaxpublic bool Equals(
Triple<TFirst, TSecond, TThird> other
)
public:
bool Equals(
Triple<TFirst, TSecond, TThird> other
)
Parameters
- other
- Type: X3Platform.CollectionsTripleTFirst, TSecond, TThird
Triple to compare with for equality.
Return Value
Type:
BooleanTrue if the triples are equal. False if the triples are not equal.
See Also