The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
CustomAttributeTypedArgument::Inequality Operator (CustomAttributeTypedArgument, CustomAttributeTypedArgument)
.NET Framework (current version)
Tests whether two CustomAttributeTypedArgument structures are different.
Assembly: mscorlib (in mscorlib.dll)
public: static bool operator !=( CustomAttributeTypedArgument left, CustomAttributeTypedArgument right )
Parameters
- left
-
Type:
System.Reflection::CustomAttributeTypedArgument
The CustomAttributeTypedArgument structure to the left of the inequality operator.
- right
-
Type:
System.Reflection::CustomAttributeTypedArgument
The CustomAttributeTypedArgument structure to the right of the inequality operator.
Return Value
Type: System::Booleantrue if the two CustomAttributeTypedArgument structures are different; otherwise, false.
.NET Framework
Available since 2.0
Available since 2.0
Show: