ContourPoint.Equality(ContourPoint, ContourPoint) 运算符

定义

确定 ContourPoint 的两个实例是否相等。

public:
 static bool operator ==(System::Speech::Synthesis::TtsEngine::ContourPoint point1, System::Speech::Synthesis::TtsEngine::ContourPoint point2);
public static bool operator == (System.Speech.Synthesis.TtsEngine.ContourPoint point1, System.Speech.Synthesis.TtsEngine.ContourPoint point2);
static member ( = ) : System.Speech.Synthesis.TtsEngine.ContourPoint * System.Speech.Synthesis.TtsEngine.ContourPoint -> bool
Public Shared Operator == (point1 As ContourPoint, point2 As ContourPoint) As Boolean

参数

point1
ContourPoint

用于比较 ContourPoint 的实例由 point2 参数提供 ContourPoint 的实例。

point2
ContourPoint

用于比较 ContourPoint 的实例由 point1 参数提供 ContourPoint 的实例。

返回

如果 point1point2 引用的 ContourPoint 实例相等,则返回 true;否则返回 false

注解

此运算符 ContourPoint.Equals(ContourPoint)的等效方法是 。

适用于