ActionEquals(Object) Method
Determines whether the specified
Object, is equal to this instance.
Namespace: Microsoft.Win32.TaskSchedulerAssembly: Microsoft.Win32.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.11.1
public override bool Equals(
Object obj
)
- obj Object
- The Object to compare with this instance.
Booleantrue if the specified
Object is equal to this instance; otherwise,
false.