TriggerEquals(Trigger) 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 virtual bool Equals(
Trigger other
)
- other Trigger
- An object to compare with this object.
Booleantrue if the current object is equal to the
other parameter; otherwise, false.
IEquatableTEquals(T)