Share via


AutoCompleteEditHandler.Equals(Object) Method

Definition

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Indicates whether this instance and a specified object are equal.

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

Parameters

obj
Object

The object.

Returns

true if obj and this instance are the same type and represent the same value; otherwise, false.

Applies to