Table of Contents

Operator operator ==

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

operator ==(Rectangle, Rectangle)

Determines whether two rectangles have identical edges.

public static bool operator ==(Rectangle a, Rectangle b)

Parameters

a Rectangle

The first rectangle.

b Rectangle

The second rectangle.

Returns

bool

true if both rectangles have the same Left, Top, Right, and Bottom; otherwise, false.