ConsoleRectangleEquality(Rectangle, ConsoleRectangle) Operator

Tests whether two Rectangle and ConsoleRectangle structures have equal location and size.

Definition

Namespace: DevCase.Core.Application.Console
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public static bool operator ==(
	Rectangle rect,
	ConsoleRectangle consoleRect
)

Parameters

rect  Rectangle
The Rectangle to compare with the ConsoleRectangle structure.
consoleRect  ConsoleRectangle
The ConsoleRectangle to compare with the Rectangle structure.

Return Value

Boolean
if the two Rectangle and ConsoleRectangle structures have equal location and size; otherwise, .

See Also