RectangleD::Inequality Operator (RectangleD, RectangleD)

 

Tests whether two RectangleD structures differ in location or size.

Namespace:   Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)

public:
static bool operator !=(
	RectangleD left,
	RectangleD right
)

Parameters

left
Type: Microsoft.VisualStudio.Modeling.Diagrams::RectangleD

The RectangleD structure that is to the left of the inequality operator.

right
Type: Microsoft.VisualStudio.Modeling.Diagrams::RectangleD

The RectangleD structure that is to the right of the inequality operator

Return Value

Type: System::Boolean
Return to top
Show: