CustomAttributeTypedArgument.Equality Operator
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Tests whether two CustomAttributeTypedArgument structures are equivalent.
public:
static bool operator ==(System::Reflection::CustomAttributeTypedArgument left, System::Reflection::CustomAttributeTypedArgument right);
public static bool operator == (System.Reflection.CustomAttributeTypedArgument left, System.Reflection.CustomAttributeTypedArgument right);
static member ( = ) : System.Reflection.CustomAttributeTypedArgument * System.Reflection.CustomAttributeTypedArgument -> bool
Public Shared Operator == (left As CustomAttributeTypedArgument, right As CustomAttributeTypedArgument) As Boolean
Parameters
The CustomAttributeTypedArgument structure to the left of the equality operator.
The CustomAttributeTypedArgument structure to the right of the equality operator.
Returns
true
if the two CustomAttributeTypedArgument structures are equal; otherwise, false
.
Remarks
The equivalent method for this operator is CustomAttributeTypedArgument.Equals.