AsyncProgressTEquals(AsyncProgressT) Method
Namespace: KGySoft.ThreadingAssembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 10.0.0
public bool Equals(
AsyncProgress<T> other
)
Public Function Equals (
other As AsyncProgress(Of T)
) As Boolean
public:
virtual bool Equals(
AsyncProgress<T> other
) sealed
abstract Equals :
other : AsyncProgress<'T> -> bool
override Equals :
other : AsyncProgress<'T> -> bool
- other AsyncProgressT
- A AsyncProgressT instance to compare with this one.
Boolean if the current object is equal to the
other AsyncProgressT; otherwise,
.
IEquatableTEquals(T)