RectangleD::Inequality Operator (RectangleD, RectangleD)
Visual Studio 2015
Tests whether two RectangleD structures differ in location or size.
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)
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
Show: