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::Equality Operator (CustomAttributeNamedArgument, CustomAttributeNamedArgument)
.NET Framework (current version)
Tests whether two CustomAttributeNamedArgument structures are equivalent.
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 equality operator.
- right
-
Type:
System.Reflection::CustomAttributeNamedArgument
The structure to the right of the equality operator.
Return Value
Type: System::Booleantrue if the two CustomAttributeNamedArgument structures are equal; otherwise, false.
.NET Framework
Available since 2.0
Available since 2.0
Show: