RectangleD.Equality(RectangleD, RectangleD) Operator
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Tests whether two RectangleD structures have equal location and size.
public:
static bool operator ==(Microsoft::VisualStudio::Modeling::Diagrams::RectangleD left, Microsoft::VisualStudio::Modeling::Diagrams::RectangleD right);
public static bool operator == (Microsoft.VisualStudio.Modeling.Diagrams.RectangleD left, Microsoft.VisualStudio.Modeling.Diagrams.RectangleD right);
static member ( = ) : Microsoft.VisualStudio.Modeling.Diagrams.RectangleD * Microsoft.VisualStudio.Modeling.Diagrams.RectangleD -> bool
Public Shared Operator == (left As RectangleD, right As RectangleD) As Boolean
Parameters
- left
- RectangleD
The RectangleD structure that is to the left of the equality operator.
- right
- RectangleD
The RectangleD structure that is to the right of the equality operator.
Returns
This operator returns true if the two specified RectangleD structures have equal X, Y, Width, and Height properties.