Compartilhar via


FragmentState.Inequality(FragmentState, FragmentState) Operador

Definição

Determina se duas instâncias de FragmentState descrevem o estado TextFragment diferente.

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

Parâmetros

state1
FragmentState

Uma instância de TextFragment cujo estado descrito é comparado com a instância do TextFragment fornecida pelo argumento state2.

state2
FragmentState

Uma instância de TextFragment cujo estado descrito é comparado com a instância do TextFragment fornecida pelo argumento state1.

Retornos

Boolean

Retornará true se as instâncias de FragmentState, state1 e state2 não descreverem o mesmo estado TextFragment, caso contrário será retornado false.

Comentários

O método equivalente para esse operador é FragmentState.Equals(FragmentState).

Aplica-se a