System.Reflection.CustomAttributeNamedArgument.op_Equality Method

Tests whether two System.Reflection.CustomAttributeNamedArgument structures are equivalent.

Syntax

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

Parameters

left
The structure to the left of the equality operator.
right
The structure to the right of the equality operator.

Returns

true if the two System.Reflection.CustomAttributeNamedArgument structures are equal; otherwise, false.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: System.Reflection
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0
Since: .NET 2.0