OperatableObjectvop_Equal Method |
Tries to compare for equality with the specified operand.
Namespace: Altaxo.DataAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic virtual bool vop_Equal(
Object a,
out bool b
)
Parameters
- a Object
- The operand to compare with this instance.
- b Boolean
- The comparison result if the comparison is supported.
Return Value
Boolean if the comparison was performed; otherwise,
.
See Also