Click or drag to resize
InstanceComparerT Class

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

Most probably fastest possible comparer which compares instances of objects
Inheritance Hierarchy
SystemObject
  VRageInstanceComparerT

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 InstanceComparerT type exposes the following members.

Constructors
  NameDescription
Public methodInstanceComparerT
Initializes a new instance of the InstanceComparerT class
Top
Methods
  NameDescription
Public methodEquals
Public methodGetHashCode
Top
Fields
  NameDescription
Public fieldStatic memberDefault
Top
See Also