CustomAttributeTypedArgument::Equality Operator (CustomAttributeTypedArgument, CustomAttributeTypedArgument)

 
equivalentCodeEntityM:System.Reflection.CustomAttributeTypedArgument.Equals(System.Reflection.CustomAttributeTypedArgument,System.Reflection.CustomAttributeTypedArgument)

Tests whether two CustomAttributeTypedArgument structures are equivalent.

Namespace:   System.Reflection
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 equality operator.

right
Type: System.Reflection::CustomAttributeTypedArgument

The CustomAttributeTypedArgument structure to the right of the equality operator.

Return Value

Type: System::Boolean

true if the two CustomAttributeTypedArgument structures are equal; otherwise, false.

.NET Framework
Available since 2.0
Return to top
Show: