FragmentState.Equality(FragmentState, FragmentState) Operador
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Determina se duas instâncias descrevem FragmentState o mesmo TextFragment estado.
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 ( = ) : 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 cujo TextFragment estado descrito é comparado com a instância fornecida TextFragment pelo state2 argumento.
- state2
- FragmentState
Uma instância cujo TextFragment estado descrito é comparado com a instância fornecida TextFragment pelo state1 argumento.
Retornos
Retorna true se ambas as instâncias de FragmentState, state1 e state2, descrever o mesmo TextFragment estado, caso contrário false , será retornado.
Comentários
O método equivalente para esse operador é FragmentState.Equals(FragmentState).