FragmentState.Inequality(FragmentState, FragmentState) Operador

Definição

Determina se duas instâncias de FragmentState descrevem o estado TextFragment diferente.Determines if two instances of FragmentState describes the different TextFragment state.

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.An instance of TextFragment whose described state is compared against the instance of TextFragment provided by the state2 argument.

state2
FragmentState

Uma instância de TextFragment cujo estado descrito é comparado com a instância do TextFragment fornecida pelo argumento state1.An instance of TextFragment whose described state is compared against the instance of TextFragment provided by the state1 argument.

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.Returns true if both instances of FragmentState, state1 and state2, do not describe the same TextFragment state, otherwise false is returned.

Comentários

O método equivalente para esse operador é FragmentState.Equals(FragmentState).The equivalent method for this operator is FragmentState.Equals(FragmentState).

Aplica-se a