Equals Method (Triple)
From Wintellect PowerCollections
| Triple<(Of <TFirst, TSecond, TThird>)>..::Equals Method (Triple<(Of <TFirst, TSecond, TThird>)>) |
| See Also |
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
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: Wintellect.PowerCollections
Assembly:
PowerCollections (in PowerCollections.dll)
Syntax
| C# |
|---|
public bool Equals( Triple<TFirst, TSecond, TThird> other ) |
| Visual Basic (Declaration) |
|---|
Public Function Equals ( _ other As Triple(Of TFirst, TSecond, TThird) _ ) As Boolean |
| Visual C++ |
|---|
public: bool Equals ( Triple<TFirst, TSecond, TThird> other ) |
Parameters
- other
- Triple<(Of <TFirst, TSecond, TThird>)>
Triple to compare with for equality.
Return Value
True if the triples are equal. False if the triples are not equal.
See Also
Triple<(Of <TFirst, TSecond, TThird>)> Structure
Wintellect.PowerCollections Namespace