PointD.Equality(PointD, PointD) 运算符

定义

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 ( = ) : Microsoft.ReportDesigner.PointD * Microsoft.ReportDesigner.PointD -> bool
Public Shared Operator == (left As PointD, right As PointD) As Boolean

参数

left
PointD
right
PointD

返回

适用于