Windows apps
Collapse the table of content
Expand the table of content
Information
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.

CustomAttributeNamedArgument::Inequality Operator (CustomAttributeNamedArgument, CustomAttributeNamedArgument)

 
equivalentCodeEntityM:System.Reflection.CustomAttributeNamedArgument.Compare(System.Reflection.CustomAttributeNamedArgument,System.Reflection.CustomAttributeNamedArgument)

Tests whether two CustomAttributeNamedArgument structures are different.

Namespace:   System.Reflection
Assembly:  mscorlib (in mscorlib.dll)

public:
static bool operator !=(
	CustomAttributeNamedArgument left,
	CustomAttributeNamedArgument right
)

Parameters

left
Type: System.Reflection::CustomAttributeNamedArgument

The structure to the left of the inequality operator.

right
Type: System.Reflection::CustomAttributeNamedArgument

The structure to the right of the inequality operator.

Return Value

Type: System::Boolean

true if the two CustomAttributeNamedArgument structures are different; otherwise, false.

.NET Framework
Available since 2.0
Return to top
Show:
© 2017 Microsoft