Click or drag to resize

LineCapBaseEquals(ILineCap) Method

Determines whether the specified ILineCap is equal to this instance.

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