Table of Contents

Operator operator ==

Namespace
Gamelogic.Grids2
Assembly
Gamelogic.Grids2.dll

operator ==(GridPoint3, GridPoint3)

Compares two points for equality.

public static bool operator ==(GridPoint3 point1, GridPoint3 point2)

Parameters

point1 GridPoint3
point2 GridPoint3

Returns

bool

Remarks

Two points are equal if their respective coordinates are equal.