AsyncProgressTInequality Operator

Gets whether two AsyncProgressT structures are different.

Definition

Namespace: KGySoft.Threading
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 10.0.0
C#
public static bool operator !=(
	AsyncProgress<T> left,
	AsyncProgress<T> right
)

Parameters

left  AsyncProgressT
The AsyncProgressT instance that is to the left of the inequality operator.
right  AsyncProgressT
The AsyncProgressT instance that is to the right of the inequality operator.

Return Value

Boolean
if the two AsyncProgressT structures are different; otherwise, .

See Also