Click or drag to resize
Task Scheduler Managed Class Library

TextValueItemTEquals Method (TextValueItemT)

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

Namespace:  Microsoft.Win32.TaskScheduler
Assembly:  Microsoft.Win32.TaskSchedulerEditor (in Microsoft.Win32.TaskSchedulerEditor.dll) Version: 2.10.1
Syntax
public bool Equals(
	TextValueItem<T> other
)
Request Example View Source

Parameters

other
Type: Microsoft.Win32.TaskSchedulerTextValueItemT
An object to compare with this object.

Return Value

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

Implements

IEquatableTEquals(T)
See Also