ContourPoint.Inequality(ContourPoint, ContourPoint) 运算符
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
确定 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 的实例。
返回
如果 point1
和 point2
引用的 ContourPoint 实例不相等,则返回 true
;否则返回 false
。
注解
此运算符的等效方法为 ContourPoint.Equals(ContourPoint) 。