TripleTFirst, TSecond, TThirdGetHashCode Method |
Returns a hash code for the triple, suitable for use in a hash-table or other hashed collection.
Two triples that compare equal (using Equals) will have the same hash code. The hash code for
the triple is derived by combining the hash codes for each of the two elements of the triple.
Namespace: X3Platform.CollectionsAssembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntaxpublic override int GetHashCode()
public:
virtual int GetHashCode() override
Return Value
Type:
Int32The hash code.
See Also