AsyncProgressTEquality Operator
Namespace: KGySoft.ThreadingAssembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 10.0.0
public static bool operator ==(
AsyncProgress<T> left,
AsyncProgress<T> right
)
Public Shared Operator = (
left As AsyncProgress(Of T),
right As AsyncProgress(Of T)
) As Boolean
public:
static bool operator ==(
AsyncProgress<T> left,
AsyncProgress<T> right
)
static let inline (=)
left : AsyncProgress<'T> *
right : AsyncProgress<'T> : bool
- 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.
Boolean if the two
AsyncProgressT structures are equal; otherwise,
.