ProsodyNumber.Equality(ProsodyNumber, ProsodyNumber) Operator

定義

ProsodyNumberの 2 つのインスタンスが等しいかどうかを判断します。

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

パラメーター

prosodyNumber1
ProsodyNumber

ProsodyNumberと比較するprosodyNumber2 オブジェクト。

prosodyNumber2
ProsodyNumber

ProsodyNumberと比較するprosodyNumber1 オブジェクト。

返品

true prosodyNumber1prosodyNumber2と同じ場合は ɴ。それ以外の場合はfalse

注釈

この演算子の同等のメソッドは ProsodyNumber.Equals(ProsodyNumber)

適用対象