Determines whether two
PenX instances are equal.
Namespace: Altaxo.DrawingAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic 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