GenericTypeParameterBuilder.Equals(Object) Method

Definition

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

public:
 override bool Equals(System::Object ^ o);
public override bool Equals (object? o);
public override bool Equals (object o);
override this.Equals : obj -> bool
Public Overrides Function Equals (o As Object) As Boolean

Parameters

o
Object

The object to be compared with the current instance.

Returns

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

Applies to