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