CustomAttributeTypedArgument.Inequality Operator
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Tests whether two CustomAttributeTypedArgument structures are different.
public:
static bool operator !=(System::Reflection::CustomAttributeTypedArgument left, System::Reflection::CustomAttributeTypedArgument right);
public static bool operator != (System.Reflection.CustomAttributeTypedArgument left, System.Reflection.CustomAttributeTypedArgument right);
static member op_Inequality : System.Reflection.CustomAttributeTypedArgument * System.Reflection.CustomAttributeTypedArgument -> bool
Public Shared Operator != (left As CustomAttributeTypedArgument, right As CustomAttributeTypedArgument) As Boolean
Parameters
The CustomAttributeTypedArgument structure to the left of the inequality operator.
The CustomAttributeTypedArgument structure to the right of the inequality operator.
Returns
true
if the two CustomAttributeTypedArgument structures are different; otherwise, false
.
Remarks
The equivalent method for this operator is CustomAttributeTypedArgument.Equals.