ConsoleRectangleEquality(ConsoleRectangle, ConsoleRectangle) Operator

Tests whether two ConsoleRectangle structures have equal location, size and characters.

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 ==(
	ConsoleRectangle left,
	ConsoleRectangle right
)

Parameters

left  ConsoleRectangle
The ConsoleRectangle structure that is to the left of the equality operator.
right  ConsoleRectangle
The ConsoleRectangle structure that is to the right of the equality operator.

Return Value

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

See Also