FragmentState.Inequality(FragmentState, FragmentState) 演算子

定義

FragmentState の 2 つのインスタンスが異なる TextFragment の状態を示すかどうかを判定します。

public:
 static bool operator !=(System::Speech::Synthesis::TtsEngine::FragmentState state1, System::Speech::Synthesis::TtsEngine::FragmentState state2);
public static bool operator != (System.Speech.Synthesis.TtsEngine.FragmentState state1, System.Speech.Synthesis.TtsEngine.FragmentState state2);
static member op_Inequality : System.Speech.Synthesis.TtsEngine.FragmentState * System.Speech.Synthesis.TtsEngine.FragmentState -> bool
Public Shared Operator != (state1 As FragmentState, state2 As FragmentState) As Boolean

パラメーター

state1
FragmentState

state2 の引数により提供される TextFragment のインスタンスに対して詳細な状態が比較されている TextFragment のインスタンス。

state2
FragmentState

state1 の引数により提供される TextFragment のインスタンスに対して詳細な状態が比較されている TextFragment のインスタンス。

戻り値

Boolean

FragmentStatestate1state2 のすべてのインスタンスが同じ TextFragment 状態を記述しない場合、true を返します。それ以外の場合は、false を返します。

注釈

この演算子の同等のメソッドは次のようになります FragmentState.Equals(FragmentState)

適用対象