ActionEquals(Action) Method

Indicates whether the current object is equal to another object of the same type.

Definition

Namespace: Microsoft.Win32.TaskScheduler
Assembly: Microsoft.Win32.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.11.0
public virtual bool Equals(
	Action other
)

Parameters

other  Action
An object to compare with this object.

Return Value

Boolean
true if the current object is equal to the other parameter; otherwise, false.

Implements

IEquatableTEquals(T)

See Also