SumType<T1,T2>.Inequality 运算符
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
public:
static bool operator !=(Microsoft::VisualStudio::LanguageServer::Protocol::SumType<T1, T2> left, Microsoft::VisualStudio::LanguageServer::Protocol::SumType<T1, T2> right);
public static bool operator != (Microsoft.VisualStudio.LanguageServer.Protocol.SumType<T1,T2> left, Microsoft.VisualStudio.LanguageServer.Protocol.SumType<T1,T2> right);
static member op_Inequality : Microsoft.VisualStudio.LanguageServer.Protocol.SumType<'T1, 'T2> * Microsoft.VisualStudio.LanguageServer.Protocol.SumType<'T1, 'T2> -> bool
Public Shared Operator != (left As SumType(Of T1, T2), right As SumType(Of T1, T2)) As Boolean
参数
- left
- SumType<T1,T2>
- right
- SumType<T1,T2>