Accelerator.Equals(Object) Method

Definition

Compares this accelerator to obj and returns true if obj is a of type Accelerator and is equal to this one. Otherwise, returns false.

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

Parameters

obj
Object

The object to compare against.

Returns

true if obj is a of type Accelerator and is equal to this one. Otherwise, returns false.

Applies to