CustomAttributeNamedArgument.Inequality 運算子
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
測試兩個 CustomAttributeNamedArgument 結構是否不同。
public:
static bool operator !=(System::Reflection::CustomAttributeNamedArgument left, System::Reflection::CustomAttributeNamedArgument right);
public static bool operator != (System.Reflection.CustomAttributeNamedArgument left, System.Reflection.CustomAttributeNamedArgument right);
static member op_Inequality : System.Reflection.CustomAttributeNamedArgument * System.Reflection.CustomAttributeNamedArgument -> bool
Public Shared Operator != (left As CustomAttributeNamedArgument, right As CustomAttributeNamedArgument) As Boolean
參數
位於不等比較運算子左方的結構。
位於不等比較運算子右方的結構。
傳回
如果這兩個 CustomAttributeNamedArgument 結構不同,則為 true
;否則為 false
。
備註
這個運算子 CustomAttributeNamedArgument.Equals的對等方法是 。