PointComparerTPoint Class |
Namespace: Gamelogic.Grids
public class PointComparer<TPoint> : IEqualityComparer<TPoint> where TPoint : Object, IGridPoint<TPoint>
The PointComparerTPoint type exposes the following members.
| Name | Description | |
|---|---|---|
| PointComparerTPoint |
| Name | Description | |
|---|---|---|
| Equals(Object) | (Inherited from Object.) | |
| Equals(TPoint, TPoint) | ||
| Finalize | (Inherited from Object.) | |
| GetHashCode | (Inherited from Object.) | |
| GetHashCode(TPoint) | ||
| GetType | (Inherited from Object.) | |
| MemberwiseClone | (Inherited from Object.) | |
| ToString | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| ThrowIfNull |
Throws a NullReferenceException if the object is null.
(Defined by ObjectExtensions.) |