Table of Contents

Operator operator !=

Namespace
LMKit.Graphics.Geometry
Assembly
LM-Kit.NET.dll

operator !=(Point, Point)

Determines whether two points have different coordinates.

public static bool operator !=(Point a, Point b)

Parameters

a Point
b Point

Returns

bool