Table of Contents

Class EqualsComparer<T>

Namespace
Gamelogic.Grids2
Assembly
Gamelogic.Grids2.dll

Use this class in constructors of HashSets and Dictionaries that take point types(such as PointyHexPoint) as keys.

public class EqualsComparer<T> : IEqualityComparer<T> where T : struct

Type Parameters

T
Inheritance
EqualsComparer<T>
Implements
Inherited Members

Methods

Equals(T, T)
GetHashCode(T)