Click or drag to resize

LineCapBaseEquality Operator

Determines whether two LineCapBase instances are equal.

Namespace: Altaxo.Drawing.LineCaps
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public 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