ExcludeUnionOfRowSelectionsEquals(IRowSelection) Method |
Indicates whether the current object is equal to another object of the same type.
Namespace: Altaxo.Data.SelectionsAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxpublic bool Equals(
IRowSelection? rowSel
)
Parameters
- rowSel IRowSelection
[Missing <param name="rowSel"/> documentation for "M:Altaxo.Data.Selections.ExcludeUnionOfRowSelections.Equals(Altaxo.Data.Selections.IRowSelection)"]
Return Value
Boolean if the current object is equal to the
other parameter; otherwise,
.
Implements
IEquatableTEquals(T)
See Also