LineCapBaseEquals(ILineCap) Method |
Determines whether the specified
ILineCap is equal to this instance.
Namespace: Altaxo.Drawing.LineCapsAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic bool Equals(
ILineCap other
)
Parameters
- other ILineCap
- The ILineCap to compare with this instance.
Return Value
Boolean if the specified
ILineCap is equal to this instance; otherwise,
.
See Also