ContourPoint.Inequality(ContourPoint, ContourPoint) Operator
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ContourPoint の 2 つのインスタンスが等しくないかどうかを判断します。
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
point2
の引数により提供される ContourPoint のインスタンスに対して比較する ContourPoint のインスタンス。
- point2
- ContourPoint
point1
の引数により提供される ContourPoint のインスタンスに対して比較する ContourPoint のインスタンス。
戻り値
point1
と point2
に参照される ContourPoint インスタンスが等しくない場合、true
を返します。それ以外の場合は、false
を返します。
注釈
この演算子の同等のメソッドは です ContourPoint.Equals(ContourPoint)。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET