Click or drag to resize
MyTupleComparer<T1, T2> 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
System.Object
  VRage.MyTupleComparer<T1, T2>

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

Type Parameters

T1

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

T2

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

The MyTupleComparer< T1, T2> type exposes the following members.

Constructors
  NameDescription
Public methodMyTupleComparer<T1, T2>
Initializes a new instance of the MyTupleComparer< T1, T2> class
Top
Methods
  NameDescription
Public methodEquals
Public methodGetHashCode
Top
See Also