GenericTypeParameterBuilder::Equals Method (Object^)

 

Tests whether the given object is an instance of EventToken and is equal to the current instance.

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

public:
virtual bool Equals(
	Object^ o
) override

Parameters

o
Type: System::Object^

The object to be compared with the current instance.

Return Value

Type: System::Boolean

Returns true if o is an instance of EventToken and equals the current instance; otherwise, false.

.NET Framework
Available since 2.0
Silverlight
Available since 2.0
Return to top
Show: