FragmentState.Inequality(FragmentState, FragmentState) 运算符
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
确定 FragmentState 的两个实例是否描述了不同的 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
TextFragment 的实例,其描述的状态与 state2
参数提供的 TextFragment 实例相对比。
- state2
- FragmentState
TextFragment 的实例,其描述的状态与 state1
参数提供的 TextFragment 实例相对比。
返回
如果 FragmentState 的两个实例(state1
和 state2
)未描述相同的 TextFragment 状态,则返回 true
;否则,返回 false
。
注解
此运算符 FragmentState.Equals(FragmentState)的等效方法是 。