ContourPoint.Inequality(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 op_Inequality : 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 的实例。

返回

Boolean

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

注解

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

适用于