Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

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:
© 2017 Microsoft