AsyncProgressTEquals(AsyncProgressT) Method

Indicates whether the this AsyncProgressT is equal to another one.

Definition

Namespace: KGySoft.Threading
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 10.0.0
C#
public bool Equals(
	AsyncProgress<T> other
)

Parameters

other  AsyncProgressT
A AsyncProgressT instance to compare with this one.

Return Value

Boolean
if the current object is equal to the other AsyncProgressT; otherwise, .

Implements

IEquatableTEquals(T)

See Also