TypeConverterAttribute.Equals(Object) Method

Definition

Returns true if obj is a TypeConverterAttribute and has the same ConverterTypeName value.

public override bool Equals (object obj);
override this.Equals : obj -> bool

Parameters

obj
Object

The object against which to do the comparison.

Returns

Applies to