BoxedTEquals(BoxedT) Method |
Determines whether this instance is equal to another boxed value.
Namespace: Altaxo.CollectionsAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic bool Equals(
Boxed<T>? other
)
Parameters
- other BoxedT
- The object to compare with.
Return Value
Boolean if the boxed values are equal; otherwise,
.
See Also