Click or drag to resize

NamedObjectCollectionChangedEventArgsEquals Method

Override so that two instances of this type, which contain exactly the same item are considered the same. This is to ensure that events are accumulated for each individual item of a collection during the suspended state.

Namespace: Altaxo.Main
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public override bool Equals(
	Object? obj
)

Parameters

obj  Object
The Object to compare with this instance.

Return Value

Boolean
true if the specified Object is equal to this instance; otherwise, false.
See Also