Click or drag to resize
MyTupleComparerT1, T2, T3 Class

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

Use this as a custom comparer for the dictionaries, where the tuple is a key
Inheritance Hierarchy
SystemObject
  VRageMyTupleComparerT1, T2, T3

Namespace: VRage
Assembly: VRage.Library (in VRage.Library.dll) Version: 1.0.0.0
Syntax
C#
public class MyTupleComparer<T1, T2, T3>
where T1 : Object
where T2 : Object
where T3 : Object

Type Parameters

T1

[Missing <typeparam name="T1"/> documentation for "T:VRage.MyTupleComparer`3"]

T2

[Missing <typeparam name="T2"/> documentation for "T:VRage.MyTupleComparer`3"]

T3

[Missing <typeparam name="T3"/> documentation for "T:VRage.MyTupleComparer`3"]

The MyTupleComparerT1, T2, T3 type exposes the following members.

Constructors
  NameDescription
Public methodMyTupleComparerT1, T2, T3
Initializes a new instance of the MyTupleComparerT1, T2, T3 class
Top
Methods
  NameDescription
Public methodEquals
Public methodGetHashCode
Top
See Also