SelfAccumulateableEventArgsEquals Method |
Override to ensure that only one instance of
SelfAccumulateableEventArgs is contained in the accumulated event args collection.
You have to override Equals in the following way: two instances of the same type, which can be merged together, should return true (and GetHashCode should then return the same value).
Namespace: Altaxo.MainAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public override bool Equals(
Object? obj
)
Parameters
- obj Object
- The Object to compare with this instance.
Return Value
Booleantrue if the specified
Object is equal to this instance; otherwise,
false.
See Also