Click or drag to resize
MyTupleComparerT1, T2GetHashCode Method

[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "M:VRage.MyTupleComparer`2.GetHashCode(VRage.MyTuple{`0,`1})"]

Namespace: VRage
Assembly: VRage.Library (in VRage.Library.dll) Version: 1.0.0.0
Syntax
C#
public int GetHashCode(
	MyTuple<T1, T2> obj
)

Parameters

obj
Type: VRageMyTupleT1, T2

[Missing <param name="obj"/> documentation for "M:VRage.MyTupleComparer`2.GetHashCode(VRage.MyTuple{`0,`1})"]

Return Value

Type: Int32

[Missing <returns> documentation for "M:VRage.MyTupleComparer`2.GetHashCode(VRage.MyTuple{`0,`1})"]

See Also