ExecActionEquals(Action) Method
Indicates whether the current object is equal to another object of the same type.
Namespace: Microsoft.Win32.TaskSchedulerAssembly: Microsoft.Win32.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.11.1
public override bool Equals(
Action other
)
- other Action
- An object to compare with this object.
Booleantrue if the current object is equal to the
other parameter; otherwise,
false.
IEquatableTEquals(T)