ConstructorInfo::Equality Operator (ConstructorInfo^, ConstructorInfo^)

.NET Framework (current version)
 

Indicates whether two ConstructorInfo objects are equal.

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

public:
static bool operator ==(
	ConstructorInfo^ left,
	ConstructorInfo^ right
)

Parameters

left
Type: System.Reflection::ConstructorInfo^

The first ConstructorInfo to compare.

right
Type: System.Reflection::ConstructorInfo^

The second ConstructorInfo to compare.

Return Value

Type: System::Boolean

true if left is equal to right; otherwise false.

.NET Framework
Available since 4.0
Return to top
Show: