Share via


PointD.Inequality(PointD, PointD) Operator

Definition

public:
 static bool operator !=(Microsoft::ReportDesigner::PointD left, Microsoft::ReportDesigner::PointD right);
public static bool operator != (Microsoft.ReportDesigner.PointD left, Microsoft.ReportDesigner.PointD right);
static member op_Inequality : Microsoft.ReportDesigner.PointD * Microsoft.ReportDesigner.PointD -> bool
Public Shared Operator != (left As PointD, right As PointD) As Boolean

Parameters

left
PointD
right
PointD

Returns

Applies to