AsyncProgressTEquality Operator

Gets whether two AsyncProgressT structures are equal.

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 equality operator.
right  AsyncProgressT
The AsyncProgressT instance that is to the right of the equality operator.

Return Value

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

See Also