RectangleDInequality Operator

Check both rectangles are not equal.

Definition

Namespace: PCBI.MathUtils
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public static bool operator !=(
	RectangleD left,
	RectangleD right
)

Parameters

left  RectangleD
First rectangle to check.
right  RectangleD
Second rectangle to check.

Return Value

Boolean

See Also