Click or drag to resize
DigitalRuneTaskEquals Method (Task)
Indicates whether the current object is equal to another object of the same type.

Namespace: DigitalRune.Threading
Assembly: DigitalRune (in DigitalRune.dll) Version: 1.20.0.0 (1.20.1.14552)
Syntax
public bool Equals(
	Task other
)

Parameters

other
Type: DigitalRune.ThreadingTask
An object to compare with this object.

Return Value

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

Implements

IEquatableTEquals(T)
See Also