ConsoleRectangleInequality(Rectangle, ConsoleRectangle) Operator

Determine whether two Rectangle and ConsoleRectangle structures differ in location or 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 differ in location or size; otherwise, .

See Also