ConsoleRectangleInequality(ConsoleRectangle, ConsoleRectangle) Operator

Tests whether two ConsoleRectangle structures differ in location, size or 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 if any of the two ConsoleRectangle structures differ in location, size or characters; otherwise, .

See Also