LineCapBaseEquality Operator |
Determines whether two
LineCapBase instances are equal.
Namespace: Altaxo.Drawing.LineCapsAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static bool operator ==(
LineCapBase a,
LineCapBase b
)
Parameters
- a LineCapBase
- The first line cap.
- b LineCapBase
- The second line cap.
Return Value
Boolean if both line caps are equal; otherwise,
.
See Also