RectangleD::Equality Operator (RectangleD, RectangleD)
Visual Studio 2015
Tests whether two RectangleD structures have equal location and 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 equality operator.
- right
-
Type:
Microsoft.VisualStudio.Modeling.Diagrams::RectangleD
The RectangleD structure that is to the right of the equality operator.
Return Value
Type: System::Boolean
Show: