Click or drag to resize

PenXEquality Operator

Determines whether two PenX instances are equal.

Namespace: Altaxo.Drawing
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static bool operator ==(
	PenX? x,
	PenX? y
)

Parameters

x  PenX
The first pen.
y  PenX
The second pen.

Return Value

Boolean
if both pens are equal; otherwise, .
See Also