AssemblyIdentity.Inequality(AssemblyIdentity, AssemblyIdentity) 运算符
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
确定两个 AssemblyIdentity 实例是否不相等。
public:
static bool operator !=(Microsoft::CodeAnalysis::AssemblyIdentity ^ left, Microsoft::CodeAnalysis::AssemblyIdentity ^ right);
public static bool operator != (Microsoft.CodeAnalysis.AssemblyIdentity left, Microsoft.CodeAnalysis.AssemblyIdentity right);
public static bool operator != (Microsoft.CodeAnalysis.AssemblyIdentity? left, Microsoft.CodeAnalysis.AssemblyIdentity? right);
static member op_Inequality : Microsoft.CodeAnalysis.AssemblyIdentity * Microsoft.CodeAnalysis.AssemblyIdentity -> bool
Public Shared Operator != (left As AssemblyIdentity, right As AssemblyIdentity) As Boolean
参数
- left
- AssemblyIdentity
操作数显示在运算符左侧。
- right
- AssemblyIdentity
操作数显示在运算符右侧。