Click or drag to resize
InstanceComparer<T> Class

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

Most probably fastest possible comparer which compares instances of objects
Inheritance Hierarchy
System.Object
  VRage.InstanceComparer<T>

Namespace: VRage
Assembly: VRage.Library (in VRage.Library.dll) Version: 1.0.0.0
Syntax
C#
public class InstanceComparer<T>
where T : class

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "T:VRage.InstanceComparer`1"]

The InstanceComparer< T> type exposes the following members.

Constructors
  NameDescription
Public methodInstanceComparer<T>
Initializes a new instance of the InstanceComparer< T> class
Top
Methods
  NameDescription
Public methodEquals
Public methodGetHashCode
Top
Fields
  NameDescription
Public fieldStatic memberDefault
Top
See Also