Click or drag to resize
MyTupleComparerT1, 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
SystemObject
  VRageMyTupleComparerT1, 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 MyTupleComparerT1, T2 type exposes the following members.

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