Determines whether the specified object is equal to the current object.
Namespace: Altaxo.CalcAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxpublic override bool Equals(
Object? obj
)
Parameters
- obj Object
- The object to compare with the current object.
Return Value
Boolean if the specified object is equal to the current object; otherwise,
.
See Also