| TaskTEquals Method (TaskT) |
Indicates whether the current object is equal to another object of the same type.
Namespace: DigitalRune.ThreadingAssembly: DigitalRune (in DigitalRune.dll) Version: 1.20.0.0 (1.20.1.14552)
Syntax public bool Equals(
Task<T> other
)
Public Function Equals (
other As Task(Of T)
) As Boolean
public:
virtual bool Equals(
Task<T> other
) sealed
abstract Equals :
other : Task<'T> -> bool
override Equals :
other : Task<'T> -> bool
Parameters
- other
- Type: DigitalRune.ThreadingTaskT
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