PointD.Inequality(PointD, PointD) 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.
public:
static bool operator !=(Microsoft::VisualStudio::Modeling::Diagrams::PointD left, Microsoft::VisualStudio::Modeling::Diagrams::PointD right);
public static bool operator != (Microsoft.VisualStudio.Modeling.Diagrams.PointD left, Microsoft.VisualStudio.Modeling.Diagrams.PointD right);
static member op_Inequality : Microsoft.VisualStudio.Modeling.Diagrams.PointD * Microsoft.VisualStudio.Modeling.Diagrams.PointD -> bool
Public Shared Operator != (left As PointD, right As PointD) As Boolean
Parameters
- left
- PointD
- right
- PointD