Table of Contents

Operator operator !=

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

operator !=(Quadrilateral, Quadrilateral)

Determines whether two quadrilaterals differ in any corner coordinate.

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

Parameters

a Quadrilateral

The first quadrilateral.

b Quadrilateral

The second quadrilateral.

Returns

bool

true if any corner differs; otherwise, false.