RectangleD.Inequality(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 differ in location or 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 op_Inequality : 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 inequality operator.
- right
- RectangleD
The RectangleD structure that is to the right of the inequality operator
Returns
This operator returns true if any of the X, Y, Width, or Height properties of the two RectangleD structures are unequal; otherwise false.