Click or drag to resize

FontXEquality Operator

Implements the operator ==.

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

Parameters

x  FontX
The x.
y  FontX
The y.

Return Value

Boolean
The result of the operator.
See Also